Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variables

how to store multiple values from a list object into variable?

2 Replies
buzzy996
Master II
Master II

u can definelist.PNG a variable and use that variable in input box and follow the below steps in image for rest of things,

krishna_2644
Specialist III
Specialist III

Hi Priya..

Do this:

Goto Settings --> variable Overview -->Add a variable xyz = GetfieldSelections(your_field).

On your Sheet create a list box with the field 'your_field'.

Now whatever you select in the list box, those will be stored in the define variable 'xyz'.

Please see attached if you have any doubts.

Thanks