You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading a file to a chat bot in Copilot Studio, the file content can be used but not the file name;
Why is this not included as a variable when the bot displays the file name after upload? I would expect "Topic.Attachment.FileName" to be available using PowerFx for example?
The text was updated successfully, but these errors were encountered:
I have a question around how did you managed to set the Variable as File. I am bashing my head around how can I reference Files that are being uploaded in the CoPilot Studio Test Chat and for the love of God, I can't find a way...
I tried creating a Topic Variable as an Input type, set it to type Record, tried to modify the Code to Match:
kind: Record
proprietes:
value: File
But it seems it just does not want to save it at all.
When uploading a file to a chat bot in Copilot Studio, the file content can be used but not the file name;
Why is this not included as a variable when the bot displays the file name after upload? I would expect "Topic.Attachment.FileName" to be available using PowerFx for example?
The text was updated successfully, but these errors were encountered: