actions de appsheets

I’m trying to launch an appsheets bot from an action, but this option doesn’t appear. According to Gemini, it’s a premium option, but I understood that having workspace via nonprofit, the use of appsheet is complete.

There are no version of Appsheet (currently) that allow you to launch a bot from an action.

Actions can cause a data change in a table. Bots are executed by looking for these data changes. Usually people add a column into their data table that they use for triggering bots.

For instance, I always put a column into my data called BOT. I create actions that write values into this column. Then I create bots with an Event of ADDs or UPDATES on that table and a Condition that checks the value of the BOT column.

2 Likes

Ok, that’s what I understand, but Gemini says that I had to have the Premium version anyway, so Google’s AI is misinformed, they should review it.

1 Like

What would be REALLY cool is if Appsheet Devs created another type of event that could be for buttons. The event could be used as the start point of a bot process. The condition checked on the event could be the button/action name you chose…could be good!