What is the difference between a “Define Query Param” Variable and a regular variable you can add anywhere.
I am trying to make assign a variable to an array. I can create an array variable the “Define Query Param” but I can’t assign values to it like I can the regular (right click) Variable?
How do I assign an array to the (right click )variable?
Hello,
Defining a query parameter value under the Query Manager tells App Connect that you are using an URL parameter and then App Connect then can access it. So you are telling App Connect to read your URL and to expect the www.yoursite.com?urlparam=1234urlparam here and to get its value.
The variables are just like javascript variables, they can be used to store values and reuse them in different components.