Hi guys, I'm attempting to build a task for our digital bot that retrieves a list of items and then feeds these back to the user as selectable options in the bot flow.
We are using the digital bot and hoping to deliver these options using the digital menus, I've attempted to set the buttons as an expressions in the same manner as the communicate action, but this just sends "{{GetAt(Flow.ticket_list,0)}}" as a string and not the contents of the list, is there currently any way to set the digital menu buttons as expressions or is this something that can't be done at the moment?
You might be able to achieve what you're looking to achieve using a Dynamic Slot type. It allows you to dynamically specify a list of options in a string list for the user and you can then use an 'Ask for Slot' action to get the user response: