I have a Flow set up to create a new Case and Contact when someone submits a new form. The flow copies the description of the form body into the new case, but I am stuck on how to move the attachments across to the new case.
I have an Apply to Each action set up to update the rows in the Notes table. I know the action step works when I configure it to only add text to the note description field, but when I set the Object Type to 'Case' and the Regarding Case to the Case unique identifier set in the Create Case step, the workflow fails with this error:
URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
Is there a special approach to update an existing Note attachment from one entity and type to another?
Edit: I have tried using the plural name in the Regarding Cases field, but the error is the same. Eg: Regarding (Cases): Cases(Case), where the case value is the incidentid output from the Create Case step.