Hi, I have social media base that has two tables – one for content creation and one for our social media posts. I have an automation setup to automatically create a post record when a content record is set to a certain status. It also copies over related fields such as campaign, location, etc.
The problem is the automation triggers as soon as that status is selected, which is sometimes before the other fields are updated.
I’ve tried adding a script to delay the create record action, but it still only pulls in the fields that were filled out when the whole automation is triggered.
Is there a way to delay the new record creation stage so that it waits a few minutes after the status is updated and then pulls in the rest of the relevant fields into the new record?
Or, is there a way to update the linked post record fields if any of the fields in the content record are updated after the post record is created?

