If I edit a record in Noloco, e.g. by uploading a few files to it, the edit button sometimes loads for several seconds.
But if I then perform an action (like clicking an action button) that triggers a webhook, then the webhook triggers before the edit button finishes loading.
For example, this screenshot was right after I uploaded 5 files. You can see the edit button is still loading in the background.
The result is that the data sent to the webhook does not include this latest edit — even though, as in the screenshot above, an update step reflects the latest edit (you can see the newly uploaded files in the modal).
Is it possible to delay the webhook trigger until after all loading is finalized (usually just several seconds)?