Why Multiple Option don’t appear?
I used Assign Activity (String.Split(" ".ToArray)
But, It appear like IMAGE
What is input to your Input Dialog
Hi @jea0902,
I think the Input Dialog can only display radio buttons or dropdown. No checkboxes that would allow multiple choice…
yeah I think so too
Hi @jea0902,
As per my knowledge input dialog will use only for input values passing to runtime
In real time scenarios while running process some where user need to pass manual enter input to judgement that time we will be use input dialog.
Regards,
Omkar P
Check this and make changes as per your need
InputDialog.xaml (7.3 KB)