This seems like it should be well documented but I'm having a devil of a time finding a clear example.
Goal: When a new Activity is created with a Type of "Posting Closed", I want to update the linked Applications so that it's Status is "Recently Closed".
Table structures:
| Applications | Activities |
| Title [text] | Type [single select] |
| Status [single select] | Date [date] |
| Activities [linked record] | Job Postings [linked record] |
I'd really appreciate some 📸 screenshots of a working sample automation configuration too.
Thanks!




