
I am new to Power Automate and am creating a flow that connects to Salesforce.com to get a list of case records from Salesforce.com. Each case record has an account ID field that relates the case to an account record. I would like to retrieve another field (report_cycle__c) from the Account object in Salesforce for each case and use that to create a duplicate case. Is there a way to retrieve the report_cycle__c field related to the account ID for each case record that the Get Records action returns?
Check the runtime history and see if that data is returned or not? If not you may need to get the account Id and use another action step Get Record by passing the id to get report_cycle__c field from account object.
Thanks