
Announcements
Hi there,
I'm following this tutorial page : https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-input?tabs=v2x
and on the page there is an example of how to allow the user to upload a file through the chatbot.
The code below is on the tutorial and it's not working as it should be. If anyone had tried to use it and got it to work successfully, please let us know.
-${ShowImage(dialog.attachments[0].contentUrl, dialog.attachments[0].contentType)}
I would like to know if anyone had it done successfully as I can't figure out why is not working on my side.
Thanks in advance.