Sign in to join the conversation:
I have created webhook successfully and enabled it to true, so when i change something on the sheet i get a callback. The issue is i dont get what has changed on the sheet or any data. All of these are done in PHP using Curl.
The contents of a webhook Event Callback won't include the specific values that changed and triggered the webhook to be fired. Instead it will have an "events" attribute with an array of objects noting the items that changed and the type of change.
You can then use additional requests to get the data of the sheet and see the new values.
Its very frustrating when you are adding multiple columns and having to use the slide bar to move to the end and then click the 3 dots and add another column. Seems there has to be an easier more productive way.
I'm receiving this message every time I try to open my sheets. I'm the only admin user. I have already performed proper troubleshooting, such as clearing the cache, logging in incognito, and logging out and back in, but the issue remains unresolved. It's been a few days, and I'm unable to track our projects and this…
Hello, I am using an Appsheet app to update a Smartsheet 'metadata' sheet with a status. I have various other sheets that will then be updated based on unique ID's as their status changes on the metadata sheet. Since Smartsheet cannot run a Workflow on cell's changed with cross-sheet references, I have created a "helper"…