Somehow the action “Add a new row to another table” cannot invoke Workflow #2. Although adding data manually to tableX start Workflow #2 and Action #2 as well.
Please let me know if AppSheet capable of handling this! If yes I will further investigate.
@Robert_Horvath
Instead of Data Change worflow rule, use webhook workflow and choose preset AppSheet Edit Row. This will automatically trigger the workflow#2.
Yes it can. If Bot 1 has a step/task of type “data change” that changes data on let’s say table2, and if you have Bot 2 that is listening for changes to data in table2, then Bot 2 will be triggered.
I think you are saying if BOT1 triggers an update event in another table and I have BOT2 configured to look for an Update_Only event in that other table, then BOT1 should trigger BOT2?
I have this set up actually, however BOT2 does not seem to get triggered.
I think you are saying if BOT1 triggers an update event in another table and I have BOT2 configured to look for an Update_Only event in that other table, then BOT1 should trigger BOT2?
My understanding is the answer to your query is YES, correct.Thats how Automation would work and designed.
If not working, then I suggest you contact support.
Any chance you can share how you accomplished this? I have a table where a user interaction changes something, then I have a bot that changes a value in a Ref table and does some other things. My Bot2 is supposed to pick up the changes in the Ref table but apparently does not do so.