Hey guys! So, I have one page where the user insert basic data to book a room.
I’m trying to build an option so that the user can book multiple rooms with that same data, where I just replaced the dropdown room to a multidropdown of rooms available.
It works fine when the user select one (as the multidropdown is set to :firstitem), but I’m struggling to use the backend workflows API function… I’ve used before in a form to create things with the same information, just adding “-1” in their name, but in this one I need that all the bookings have the same information, except for the room, of course.
Does that make sense? Did anyone else managed to do this something like this? Maybe some video similar to it that you can point me out?