Hi I'm developing a standard macro that starts with the user choosing an option from a drop down list. If specfic options are choosen I want there to be a further option of a radio button, any idea as to how to do that please?
@aatalai What the Radio Button will do, as normally it enable or disable something else based on selection, and I'm sure that this logic can be embedded into the workflow with other tools.I know that what you would like to do is possible with chained app. Based on the selection a new app is been triggered and then a new user interface is opened.
I think the fist option will be easier to get done, however need more data to understand what is really needed.
The user interface is appear before a WF is run, so to have one more user selection can be done via the chained app.
one more option is having nested user interface tools. You can enable or disable user interface tools with radio buttons. So if the user is selecting specific values in the dropdown you he can tick a radio button as optional action based on the first selection