"Data change" bot event won't fire when add done using action button

I have an [Onboarding] table that users will enter their info into the first time that they open up the app.

Upon saving the form, an action button will update the [management] table with their relevant info. phone number, email, etc.

I have a bot for the management table that has a triggering event of ADDS ONLY for the management table. This bot emails the owners of the company the details of their new manager. This bot works if I add a manager directly to the table.

However, if a new user goes through the onboarding, and their data is added to the [management] table, this bot does not go off.

Any ideas? Thanks in advance.

 

0 2 87
2 REPLIES 2


@robcorvus wrote:

an action button will update the [management] table


It's an update or an add?

It is an add, yes. The specific action is : 

Data: add a new row to another table using values from this row

which is activated on the [onboarding] table and effects the [management] table

Top Labels in this Space