Hi everyone,
We have created a chatbot for our customers and it creates a case in Dynamics when the question cannot be answered. After collecting the case data, it asks for a file to upload. We can save the file in Copilot Studio as a variable “file”.
The chatbot calls a Power Automate flow and gives all variables as information to create a case. Only for the type “file” the information cannot be passed. I get the error message that “file” is not supported.
I am thinking about passing the file as JSON and parsing it in Power Automate Flow to get the file. Has anyone solved a specific use case and can help me with the definitions?
I am having trouble in Cipilot Studio getting the file as JSON and passing it to Power Automate as a string.