How to build an EnumList

Despite some excellent information on creating child records from a parent from Steve and others, I'm in need of help getting over the line.

I have a form that captures a unique TRACK_UID number into a LOG table.

I have an ATTENDEES lookup table which has each ATTENDEE_UID and their assigned TRACK_UID.  Multiple ATTENDEE_UIDs can have the same TRACK_UID.

When I capture the TRACK_UID into the LOG table, I want to also add one row (to the LOG) for every ATTENDEE_UID that matches the TRACK_UID in the ATTENDEES table.

I'm struggling with building a list (EnumList?) to pass into the actions which will add the rows.

Pointers and suggestions much appreciated.

 

0 2 73
2 REPLIES 2

If the tables are referenced, then you likely already have a [Related ATTENDEE_UIDs] column that comprises the list you need.

Questions like this should be posted in the AppSheet Q&A board, where they're more likely to be seen by someone who can provide an answer and won't confuse anyone reviewing this Tips & Tricks board for the type of content it's intended for. I suggested to moderators that they move the post.

Top Labels in this Space