Why is my bot (scheduled event) not working for any users other than my app owner/admin email account? The event and process both work, but a new row is created only for my app owner/admin user. The "[Weekday number]=WEEKDAY(TODAY())" is true for some of the other users as well, but no new rows are created for them.
I have tried both to set the scheduled time and wait for the bot to be activated, and to Run the bot. In both cases, the bot only gets activated, i.e. creates a new row, for my app owner user.
My app is deployed.

Testing the bot:
Event:
A 12:01 am daily event to be activated when [Weekday number]=WEEKDAY(TODAY()).
I also tried with the below expression. Same results.
Process:
To create a new row in the Pay review table and update two specified columns as per the expression (this works)
What am I missing?





