Looping with Ref field

I have 2 table, Service Booking & Service Availed.

Under service availed I have an Enum datatype field by the name of service name. Basically my goal is to select multiple services in the service name field & through looping separate rows should be created for each option choosen. However in the servica availed table i have a ref field by then name of booking id which is basically the parent table.

I watched this viceo https://www.youtube.com/watch?v=3KRAD2cFx1M&t=1127s, for the fist action assign values I am not able to assign value for booking id, Idk how to go about it

Please assist @MultiTech and other loop experts

Can someone please assist on this?

Hi

@MultiTech content

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

Video
https://www.youtube.com/watch?v=q4xCzxPgbaU

App example
https://www.appsheet.com/samples/How-to-loop-through-a-list-and-create-child-records-for-each-item-in-that-list?appGuidString=87db6a15-2904-41c6-b6a9-dbf999af71bd

Map

1 Like

Thank you @jballester

It was actually a silly mistake from my end. Since my booking ID field was not editable, the same was not visible for me in my form.

Thanks!