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