Justin is correct. The triggers would not function on changes done via software updates.
However, since this is a webapp writing to the spreadsheet, why don’t you use that trigger to do whatever functionality you want the spreadsheet to do? You already have a trigger to use, just make use of it.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/6261a8de-4f39-443a-915b-50270d06747fn%40googlegroups.com.
The workaround would be to use your Python script to trigger the Google Apps Script code to do something. You can create a webapp and then use Python to kick it into action.
From: google-apps-sc...@googlegroups.com <google-apps-sc...@googlegroups.com> On Behalf Of Onkel Morra
Sent: Tuesday, February 21, 2023 8:35 AM
To: Google Apps Script Community <google-apps-sc...@googlegroups.com>
Subject: [Apps-Script] Re: Triggering onChange event in google script with Sheets API
Is there any workarounds to this? I'm updating a spreadsheet in a Python script using gspread and have an onEdit trigger in the sheet's app scripts, but it's not firing when the Python script is making a change, it only fires when I make a change manually in the browser.
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/37803946-dc8a-427e-b3c2-3c2bc5a78165n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/002e01d9462d%2416746620%24435d3260%24%40gmail.com.