Hi,
I am passing some data from POWERBI to Power Automate, I can see the data in RAW INPUT/ OUTPUT however I can't use them in further steps!
How I have to convert the "application/octet-stream" content to JSON, and how the RAW input/ output correctly is showing them!
Please advise,
Regards,
M
I figured it out.
I used
base64ToString(triggerBody()?['$content'])
instead of only triggerBody() and it worked.