#Architect Is there anyway to retrieve the menu selection(DTMF) in the menu action?

#Architect
Is there anyway to retrieve the menu selection(DTMF) in the menu action ? I am calling same task for all menu options and I want retrieve the selected menu from the task. Is it possible ? This will really help in developing a dynamic menu.

Regards
Deepak

Hello,

I am not aware of such possibility with the Architect Menu.

I think you would have to select "Task" in your menu actions.
Inisde each task, save the selected menu in a variable (Flow or State - ex: Flow.MySelectedMenuOption) using an "Update Data" action.
And then "Jump to Reusable Task" (and leverage the Flow.MySelectedMenuOption variable there).

I am not sure there is an existing Idea that corresponds to your scenario.
But you can request new features and share your use case at https://genesyscloud.ideas.aha.io/

Regards,

Thanks Jerome. That helps.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.