Hi,If you are planning to capture all these values within 1 variable
itself, then ListVars are certainly recommended. Specifically
considering that you want to use conversion data against it and it'd
also ensure you don't have to use multiple variables.Further, character
limit shouldn't be a concern looking at the dummy values you have shared
because the limit of 255 characters (or less when using multi-byte
characters) is for each delimited value passed in the hit. There is no
overall char limi...