Hi
I have flow that uses get Job Output to get the output from a powershell script run in an automation account. I want to use this output in a variable:
<p>Contact ICT with the details below: </p>
<p><em>@{body('Get_job_output')?['body']}</em></p>
But i get this error:
InvalidTemplate. Unable to process template language expressions in action 'Set_variable' inputs at line '1' and column '52556': 'The template language expression 'body('Get_job_output')?['body']' cannot be evaluated because property 'body' cannot be selected. Property selection is not supported on values of type 'String'.
Any ideas why this is happening?
cheers