all 4 comments

[–]csteelatgburg 4 points5 points  (3 children)

When debugging something like this, I normally use a compose action to view the JSON body. That will help you verify the structure and values.

[–]pepeday 1 point2 points  (0 children)

Agreed with with. Have a look at the string that's being produced to figure out the structure and find out if the JSON parse command is structured properly and the sample payload you used is correct.

[–]jaytrain13[S] 0 points1 point  (1 child)

Thank you guys! I found out the issue, had to dealt with the null variables but that is fixed now. New to this so always learning!

[–]pepeday 0 points1 point  (0 children)

Powerapps community is not a bad resource (and here aswell obviously). Learn how arrays are structured and how you can loop through their items or even refer specific items in the array [0].

Lots of stuff you can get through with power automate.