I set a bot to be triggered when any changes happened at a specific table, it is working fine when adding data from the app form. However, it is not working if i updated the spreadsheet directly from google sheets.
is their any way to trigger that when spreadsheet updated?
Hello @Hani_Ibrahim , there are additional steps to take if you need your bots to detect changes in the spreadsheet, you can read more about those here:
By default bots don’t trigger on spreadsheet changes because those are not synced to the appsheet server, so bots have no way of knowing a change was actually made, unless you prepare your sheet for handling “external eventing”.