Hello everyone,
I have created a flow that triggers itself via a Power App. I give my flow a base64 text via PowerApps as a parameter.
In the flow I use a Compose action to convert the base64: base64ToBinary(triggerBody()['text'])
I have already checked whether it is actually a base64 and yes, it is. However, the flow always fails with the following error message: "InvalidTemplate. Unable to process template language expressions in action 'Compose' inputs at line '0' and column '0': 'The template language function 'base64ToBinary' was invoked with a parameter that is not valid. The value cannot be decoded from base64 representation.'."
I need help with this to solve my problem.
Thanks in advance!
