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

Question

Question

How to get individual drop down values in a table?

asked on August 3, 2016 Show version history

I currently have a table which contains a column of type dropdown. In a form later on in the process, I would like to duplicate this table as read only, and fill in the values that were filled in previously. The first problem is that I can't auto populate a dropdown with a form variable. So, I tried converting it to a single line field and using the form variable to populate it. The problem is that it didn't fill it by row, it simply listed all values in each field. For example, if the dropdown values were:

Row 1: 3

Row 2: 5

Row 3: 2

 

...then the values in all three rows in the read-only table (on a different form later on) are:

Row 1: 3; 5; 2;

Row 2: 3; 5; 2;

Row 3: 3; 5; 2;

 

But instead I simply want 3, 5 and 2 in each row, in that order. Is there any way I can do this?

 

Thanks!

1 0

Answer

SELECTED ANSWER
replied on August 4, 2016

On the layout page of second form, you can drag the table variable from variable panel to the form.

Then you can set the field in table to read-only and the value would be preserved in run-time.

0 0

Replies

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

Sign in to reply to this post.