Hello,
I have a need in Flows to be able to grab some data from an email. I have watched a video on YouTube, but that was from a web address. I added in the steps etc to do what I needed, and testing it runs fine and the new email that triggers works perfectly.
I'm getting The 'content' property of actions of type 'ParseJson' must be valid JSON. The provided value cannot be parsed: 'Unexpected character encountered while parsing value: <. Path '', line 0, position 0.'.
The flow is that... an email comes > converts html to text (I heard this was best) > pulls data > adds to file shrpnt
So basically, the data I am trying to pull looks like this in the email when it comes (blocked out for reasons):

But it returns with:

continuing...

and the data eventually comes here:

How can I find the data within the email to pull?