Is there any way to achieve selecting multiple options in the input dialog?
Based on the requirement, there is a need to select single or multiple options from the list available in the input dialog. Also, while selecting multiple options, it is needed to select all such options altogether but not one-by-one (processing for the first option and then navigate back and processing for the second option and so on…)
For example, I should select say three out of five options altogether and as per the selected choices, next action item should get executed.
Any help would be appreciable.