I am currently using the "When an HTTP request is received" trigger, and the "Create Work Item In Azure Dev Ops" action.
The use case here is to receive a JSON payload from DeskPro using their webhooks, and then creating an Azure Work Item (Bug, story etc) using the values provided in the JSON payload.
When I attempt to use Dynamic Values in the Create work item action I am not getting any values from using the Dynamic Values in the action.
I have tried using the Json Parser, as well as Initialize Variables action both of which gave me no luck.
How can I get the dynamic values to produce an actual value ? I have confirmed that the JSON payload is being received by the Trigger, and is being sent correctly. I have also tried using custom headers in the payload (as shown below) but have had no luck.
Any advice would be greatly appreciated.

