Link and Load vs Post-Workflow

Where in the record saving process is the link and load called? Is this something that is called simultaneously as the server-side js post workflow is executed creating a race condition or is it called synchronously?

For context I have a subtable to loads information from source records via link-and-load but would like to allow a user to update the source record during editing, but when not editing it will show the most recent information from the source record.

Hi,

It is not supported to update the source values when using Ragic’s link and load tool. If you would like to update the values on the source entries, the closest method would be using the update values on another sheet action button.