I am building a Power Automate flow for DevOps to generate default Tasks when a new User Story is created.
I want to have the 'Created By' value of the User Story used in the 'Assigned To' field of the generated Task.
This is not working.
When I test the flow, the raw output from the User Story is showing that the value is set, but the raw input on the Task shows that the Created By value is null.
I am using dynamic content to populate values, noting that the parent User Story URL placeholder is structured differently to the Assigned To placeholder.
Driving me crazy and unsure what I am doing wrong !!