I have a process where Alteryx converts a .xls file to .xlsx file via batch macro. The .xlsx file is then read in using dynamic input and used in subsequent steps.
Given that the files are stored on Sharepoint, I had to use interface tools to allow a user to select their sharepoint username upon triggering an analytical app, which then updates Sharepoint usernames that were hardcoded in Alteryx.
Where I am having problems is:
1. I cannot save this workflow as an analytical app. The selection criteria is greyed out.
2. The reason the macro has an output anchor is because the file conversion needs to be finished prior to the rest of the processes running.
3. Because I cannot save the workflow as an analytical app, other uses cannot run this workflow.
Any suggestions on what I can do here?
