I have a table in my form so that you users can add multiple accounts on a form if needed.
When I go to archive the form, I only want the first account number to populate on my AcctNo metadata field, but I'm not sure how to accomplish this or if it is even possible.
This is how I have the variable setup to save.
But if there are multiple accounts on the table (shown below), it fills the AcctNo field like this: 1234; 2345; 3456
In this scenario, we only want the 1234 to show in the metadata field. Does anyone know if this is possible? If so, how would I do it?
Thanks!