Import Repetitive Profile

Is it possible to import into several rows a profile.

Let me explain.

My app creates items individually via suggested values or enum. This works great and is necessary.
At the end of the process there is always a profile to select which may contain several rows. The profile always contains the same values.

CustA - OTHER - EPA - OTHER
CustA - OTHER - QC - OTHER
CustB - OTHER - Road Test - Specialist

With the above example table, If I select CustA I want both rows to be added to my list, each on a separate row.
CustB will be ignored.

Is there a way to do this?

0 1 81
1 REPLY 1

There usually is a way whether its provided by AppSheet or needs to be built.

Think of the profile rows as pre-built child rows just waiting to be โ€œadoptedโ€. In this case you are attaching those child rows when a Customer is selected.

You basically mimic a โ€œRelatedโ€ rows Virtual Column - but simply swap out the REF_ROWS() function with your own SELECT() that chooses the profile rows for the chosen Customer. These can then be shown in the views in a Inline table - i.e. treated just like a โ€œRelatedโ€ rows column.

Let us know if you still have questions.

Top Labels in this Space