Hi everyone,
I’m looking for a way to track whether my Cloud Function was successfully called from the AppSheet frontend. I’d like to display the status (Success or Failed) in a view, so users know if the operation went through.
If the call fails, I want to retry it automatically using a branch condition in App Sheet automation, and only stop once the function call succeeds.
Could someone please guide me on how to capture the success or failure of the webhook call from the App Sheet side?
Any examples, videos, or suggestions would be greatly appreciated. Thank you!