Hello,
I'm entering in the real of power automate and i'm loving it, but i've a problem..
I'm trying to convert a file that contain a JSON code and I'm pulling the file from Onedrive Bussines with "Get file Content"
The output message from the "Get File content" Action provided my information regarding the $Content-type.

Next i'm using compose, and the flowing formula, to convert the content of the file to do a Parse JSON after.
base64ToString(triggerBody()['$content'])
When i run the flow the following message appears:
" Unable to process template language expressions in action 'Compose' inputs at line '1' and column '5995': 'The template language expression 'base64ToString(triggerBody()['$content'])' cannot be evaluated because property '$content' doesn't exist, available properties are ''. Please see https://aka.ms/logicexpressions for usage details.'. "
I know for a fact that I've the "$content'" in my file. why does this error appears?
best regards,
João Macau