less than 1 minute read

If you have a need to access the query parameters from a flexcard or omniscript then you can use the following syntax in each.

FlexcardsPermalink

Within a flexcard you can access the parameter value by using Params for example: {Params.test} to get the query parameter named test.

OmniscriptsPermalink

Within an omniscript you can simply access the parameter value by using the name - no need to prefix. For example: %test% to get the query parameter named test.