I think that what you are trying to do doesn’t makes a lot of sense to me.
Please don’t take it wrong, I’m just saying I don’t see the way AppSheet could do it.
If the check in relies on add a new row to another table and you are using values from the current row, AppSheet would need a way to make X number of new rows based on the X number of rows you selected.
Please explain us a little bit better what is your use case for a bulk check in and what what the Check in does
when a group of visitors arrive, I want to bulk check the reservations, and “check-in” thoses reservations. (an entry is added to the table “CHECKINOUT” for each row in reservation)
that CHECKINOUT table is then used to open other services from other linked apps etc..
When I have a group of people leaving, I want to update the “CHECKINOUT” table and add a “checkout date” for the assciated rows.
In the CHECKINOUT table i have the ref ID of the reservations (ID, ID RESA, CHECKINDATE, CHECKOUTDATE,…)
The action is linked to the “reservations” table, as i was to use the “bulk update” (the date in both cases, is NOW()
Make sure that Check In action have a Condition that applies to all of the rows.
BTW, can you check if the Check In action is available to just one row on select mode. Try selecting a row that have the Check In action available on detail view
@SkrOYC Thank for your help. I decided to review my data model. Instead of using a seperate table, I included the columns in the original reservations table. the bulk actions now apear and work fine.