I am using Dynamics 365 Automatic Record Creation rules to generate a Case upon receiving an Application (custom activity). It is my first time using the new UI for ARC which starts the Flow in PowerAutomate. I have been successful in getting the incoming activity to Create the new case and update required fields within it. Where I am stuck is the last action ( Connect the record to the incoming activity (do not delete or edit this step)).
This is the error I am received in the flow runs: Unable to process template language expressions in action 'Connect the record to the incoming activity (don't edit or delete this step)' inputs at line '0' and column '0': 'The template language expression 'outputs('Create a record (don''t rename this step)')?['body/@odata.editLink']' cannot be evaluated because property 'body/@odata.editLink' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.
Any guidance from the community would be much appreciated!
Have you by any chance found a solution to this problem back then?