turn enum list for table

DEVIMPLOY_Autom_0-1665767418052.png

Hi, i  have a registration that the user choice many options in the Enum list, but i need turn to table. How Can I do ?

0 1 47
1 REPLY 1

The easiest approach would be to use your table and simply have the user add each row one-by-one and NOT use an EnumList at all.

If you really want to use the EnumList, and add the rows to the table automatically after saving, then you will need to build a looping "mechanism" using actions that walks through the list of items and adds each one as a row to your table.  There have been several posts submitted under the Tips area.  Here is one of those posts - with video:

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Looping-with-Actions-Sample-App-BUILD-Video/m-p/...

 

Top Labels in this Space