Hi,
I have a hidden field on a form that populates the related product when someone fills out a form, for example Product A. Now, if that same person fills out another form related to another product, Product B, I would like to collect the information on the hidden field as: Product A, Product B, Product C... instead of having the recent value overwriting the first one. This will help us understand the products the prospect is interested in.
The hidden field I have created is a string.
Is this possible?
Thanks a lot in advance
Solved! Go to Solution.
You need to concatenate the new value with existing value:
{{lead.AR Product Line}}; {{lead.AR_Product History}}
in fact, you should include a Choice in your flow for when the field is empty, you don’t do any concatenation - like this: