I have asked user to upload a file using the "Ask question" card. The entity type I have kept as "File" and stored it in a variable called "varFile"
Now I have created a power automate flow which has an input of type file. When I call this flow from copilot studio and pass my variable "varFile" - it says the PA flow input is a record and my variable varFile is a blob. (Which is true indeed - it's a file) But then how do I pass it to power automate flow ?
I couldn't find any function to convert this blob variable into string. (Tried with Text function but didn't worked)
Also there is no support of function base64/uriEncoded or similar kind of functions which are available in power automate.