Hi
I’m trying to string together this work flow:
- I have a Zap that creates a new epic in Jira from the data in a Monday.com item.
- The Jira ticket has a custom field to store the Monday.com item id
- A second Zap that stores data from the Jira epic in a Zap table on a field status change.
- The data stored in the Zap Table is the Monday.com item id pulled from the Jira ticket and the status change.
I would now like to have a third Zap that is triggered on a new record being added to the table. That Zap would update the status change in the Monday.com item, matching the correct item through the id in the Zap Table. So something like this:
If new record in table:
if value for Zap Table col “Monday Id” == Monday item id:
Monday item col “status” = Zap Table col “Monday status”