Help with bot please

I have two bots.

The first bot copies a record from table “Job_List” to table “Jobs_Completed” once the record is marked as “Completed”.

The second bot deletes that record from table “Job_List”.

Now, I am trying to create a bot that sends an email when the record is added to “Jobs_Completed” and if the [Location] of the record is “External Job”.

So the below is what I have:

Event:

Process/Task:

For some reason, the bot is not working, and I cannot find what is wrong. Could this be because the record is added to the table through another bot? Is there anything I am missing?

When I check the Monitoring app, it does not show anything for the bot “SendEmail_ExternalJob” (Process 4). It is like the bot is not triggered at all.

TIA

Hi @Alejandra_Petro, maybe feature described in this topic would help you?

[New feature: Trigger other bots](https://community.appsheet.com/t/new-feature-trigger-other-bots/51480/7) AppSheet Automation

Hi @sorin_mihai We don’t have an option to customize which bot to trigger or not to trigger. However, if deletion will be performed in the bot, and if you want certain bot not to be triggered, then you could make that bot not listening to deletion data change events. Please let me know if you have other questions. thanks

3 Likes

Yes, the “bot trigger bot” feature can definitely help, please let me know if you have any questions or seeing any issues.

2 Likes

It works now! … Thank you!

3 Likes