Hi Community,
I'm currently developing HTTP request and receiving the response in Power Automate Desktop.
The output will be in the format {"jobId":"682161-1510-262151-265262"}. In this output, I need to extract only the value of the jobId from the output and set it to a variable.
Regards,
Solved! Go to Solution.
Check the "Convert JSON to CustomObject" action.
Use parse json, this will get your request into json. This will allow you to set the value of jobid to a variable and the output of that variable is value you want to extract. All the best
Check the "Convert JSON to CustomObject" action.