Hi all,
I have been trying for the past week to find a way to trigger a VB script with Alteryx, which also works as an app. My workflow works as intended locally, but if I upload it and try to run it through my private studio or my company's private gallery, it still runs with no errors, produces an output, but it doesn't seem like any script was run.
Attaching workflow below. You can also see that it works locally but will probably won't work if you try to run it as an app from your private studio. What the script does is it deletes a sheet, and also replaces all formulas from all sheets with their values. Ideal behavior as an app would be for the script to be executed and applied before the user is prompted to download the output excel.
Any ideas?