Hi,
I have a bot that is checking for a column (“status”) to be changed in rows of a table (“kits”).
This works fine.
I then want it to trigger a notification to a user whose email is stored in the same row that has been updated only (“reserved by”).
No matter what I try, it is notifying all users whose email is in the “reserved by” column of any row.
How do I reference the column in only the row that has just been updated?
Thanks. (Also first time posting, been using Appsheet for a while and found answers in these forums most helpful, thanks!)