Triggering a Bot in App A after an action in App B (same DB for both apps)

Hello everyone,

I have 2 separate apps that share the same DB. App A is a more complex "Management" app while the other App B is simpler and it is meant to be used by other users with an specific "Sales" role).

On the Management App (App A), I've created a Bot to trigger a Notification when an entity changes its status from "New" to "In Review".

From the Sales App (App B), users can create new entities and then "submit" them to review (which is an action that updates the status of that entity from "New" to "In Review").

But... when users on App B make such change, nothing happens... (Notifications are not triggered, I've seen also the "Monitor" on App A and doesn't seem to get triggered).

Is this a limitation in AppSheet? I Assumed that making the change from App B would work anyway since the condition in the Bot in App A is that a record gets updated (and in this case the record does get update by an action in App B).

 

Solved Solved
0 5 808
1 ACCEPTED SOLUTION


@carlosbotero wrote:

So my question now is... how can I trigger an Action in App B from the App A by using App B's API?


Well, the thing is that you cannot trigger a bot per se, but change data from outside. That event is what triggers the bot

The API is easier to use when it's between two AppSheet apps.
I suggest you to read the docs about the API to get the hand of it.

API integration points in AppSheet - AppSheet Help
Invoke the API - AppSheet Help

View solution in original post

5 REPLIES 5
Top Labels in this Space