I have created a flow where an MS Form is submitted, it creates a backlog item in Azure DevOpps. I'm trying to create a conditional statement to display text inside the Description field of the Create Work Item for Azure DevOpps. If the user uploads a file than a link to the file will be added in the description.
I started using compose length
length(body('Get_response_details')?['rf58497b1f73c45e685a0524d269a79a1']) to check to see if value is zero but not sure about that way.
I'm having trouble in the actual if then statement in the description field.
