I built an application base on AppSheet and the data tables are in Google Sheet.
In Google Sheet I have AppSheet Events Add-on enabled on a particular table.
Then used Pabbly (Third party) to insert a transaction in the table.
After this I use automation to detect changes on the table and perform action.
The result is if I add a transaction via the application or in the Google Sheet directly, the bot triggered perfectly. But the transaction added via pabbly was un-detected, no action was triggered.
The AppShee Events Ad-on runs in the Google Sheets application. When Pabbly does its thing, it’s probably using the Sheets API, which is not the Sheets application. Perhaps you can tell Pabbly to do its thing using the AppSheet API rather than or in addition to manipulating the sheet directly?