Hello,
I have created an Alteryx analytic app and I’m stuck on one point:
I would like my Alteryx app to allow the user to either choose “USER_ADDR”, insert the file, and map the fields,
or choose “V_USERNAME”, insert the file, and map the fields.
However, at the moment, my app only works if both options are selected and files are provided for each, which should not be possible.
I tried using radio buttons with a condition tool instead of checkboxes, but this still causes issues with the Union tool in the reporting modules, because it requires a table for each input stream.
I also tried another method to make it so that if the user does not choose any file, an empty file is used instead, containing only the headers. However, this method was not successful either.
Thank you in advance for your answers.
Best regards,