You are viewing limited content. For full access, please sign in.

Question

Question

Forms 11- Table Column values not copying properly

asked on June 9, 2022 Show version history

I have added two tables to a Form Designer form with 4 columns that are using the same default value tokens to populate the values from the previous submission. The first table works perfectly with all the rows and information displaying properly.  But the second table adds up the column values into a single column. I confirmed both tables and its columns are setup the same way. Is there a way to fix this, or am I doing something incorrectly?

 

0 0

Replies

replied on June 10, 2022

You can't populate table rows with default values like this. The table column variables are multi-value variables so without some kind of indexing they'll just display all values with a delimiter as you are seeing.

If the goal is to populate a second table using the values from the first, then you'd have to do this either with Workflow or with JavaScript.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.