I have two tables - one that contains lists of content items that our Editorial team manages. It links to another table that contains the contracts (SOWs) for the writer to complete the content item. I want to create an automation where when the Editorial Status in the Content-In-Process table changes to reflect that the content has been submitted, the Status field in the Writer SOWs table changes to Work Completed. It’s not working correctly - I know it has something to do with the fact that the trigger is returning a record in Content-in-Process, while the action has it updating a record in Writer SOWs, but I’m not sure what I’m missing. Here is my trigger:
And here is what I have for the action:
I think I’m missing something that tells it which record to update in Writer SOWs based on which record is returned in the trigger on Content-in-Process, but I’m not sure how to do that.
Automation to update one table based on value in a different table
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.