Update Salesforce Record when Jira Issue is updated
- Follow the link to deploy Jira fields.
- Create Record-Triggered Flow .
- In Configure Start, choose the Peeklogic Jira Issue object, select ‘A record is updated’ under Configure Trigger.
- Set necessary conditions for the Jira Issue.
- In the Update Records element, select ‘Specify conditions to identify records, and set fields individually’ and choose the needed Salesforce object.
- Set filter: Id -> Equals -> Record > Object Connect > SF Object Id.
- Set Field Values that should be updated.
- If there are multiple Salesforce Records for updating, insert the Get Records element before the Update Records element. Select the required Salesforce object and configure the filter: Id -> Equals -> Record>Object Connect > SF Object Id.
Select ‘All records’, add a Loop element and place the Update Records element in the Loop element.
- Save and activate Flow.