Mapping fields directly in Flow
Create Autolaunched Salesforce Flow
1. Create New Collection JiraRequestItems
2. Add ‘Get Record’ element to get Salesforce record.
Create a new variable ‘recordId’ to store the Salesforce record ID.
3. Create as many Apex-Defined variables as you need for mapping
4. Create formulas to get values from Case fields for mapping
5. Using Assignment map fields where:
- The variable field name is the key of the ‘Peeklogic Field’ record of the Jira field you need to map
- Variable value is a formula you created on step 4
6. Using the second Assignment, you need to add all mapping of fields to Collection JiraRequestItems
7. Add Collection JiraRequestItems to Apex Action into additional fields
Automation is configured in ‘Peeklogic Setup’ for each project and Jira Issue Type