I'm trying to build an app, there are 2 issues now:
1. The app will contains multiple radio buttons: Each button is to enable a single corresponding container in the workflow if it is selected.
=> I disable all containers and create a Condition tool to enable one of which by an Action tool.
Will it work?
2. One of my input file has multiple sheet. I tried 2 different version to input all of the sheet to cover 2 cases: all sheets have the same or different schema. The first workflow will use dynamic input whereas the second one will employ a macro.
However, there has been always an Error log for 2 versions when I run the app independently:
"No sheet specified, you must specify a sheet".
If I run the workflow in alteryx, it will work normally.
How can I fix that issue?
Many thanks!