SOLVED

Collect multiple values in a field

Go to solution
marija_Milanova
Level 2

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

Tags (1)
1 ACCEPTED SOLUTION
Dan_Stevens_
Level 10 - Champion Alumni

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:

pastedImage_0.png

View solution in original post

10 REPLIES 10