Help

Prefill form with multiple linked records

Topic Labels: Formulas
1058 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Ian_Muyrong
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi! Would anyone know how to prefill a form using multiple linked record field? The prefill form works with a single linked record but does not work when multiple linked records are selected :frowning:

1 Reply 1

Are you using a button field to create the url for the form?

If so, what is the field type of the field that you are using to get the linked records? You cannot prefill multiple linked records using the original linked record field. You must use a rollup with the following formula:

ARRAYJOIN(values, ",")

By the way, I wrote the Prefilled Forms app to generate the prefilled url. You can find more info about using this app and how it applies to prefilling linked records on my website.