Split data of enum list in separate rows

Hello Everyone,
In my app Executive gets an option in the form to select multiple customers they need to visit as this data gets saved in the table with separated by coma eg: customer1, customer2, customer3.
but I want this data to be get saved in separate row one after the other following with all the details such as date, Location, etc which is entered by Executive while filling the form.
date, Location, etc these details should also be copied for every selected customer.

kindly suggest me with the solution with code.
Thanks

0 7 2,908
7 REPLIES 7

tony1
New Member

Hi @Sameer_Rane. You should use references between tables to do this. https://help.appsheet.com/data/references/references-between-tables

Hereโ€™s an example app that shows how to do this:

@tony If I use a nested form then the executive to have to select the customer again and again. Iโ€™m giving them Drop Down list of customer using type (Enumlist) where he can select multiple customers at a time but in the database I want this data to be get saved in separate row one after the other following with all the same details such as date, Location, etc.

Iโ€™m afraid you are not able to do that directly at this moment. Itโ€™s in development phase but not ready yet.

Whatโ€™s the ETA for this? Thx

Please check this one if it could help you to build that functionalityโ€ฆ

Hi, This is just for adding single row. How to add multilpe rows from enum list ?

Please check the sample app called โ€œNewRecordsFromEnumListโ€ from here how itโ€™s doneโ€ฆ https://www.appsheet.com/portfolio/531778

Top Labels in this Space