Hello!
I have been using the following code in a model to run Alteryx
Sub Alteryx()
RunMod = ShellAndWait("""C:\Program Files\Alteryx\bin\AlteryxEngineCmd.exe"" ""\\[FOLDER PATH]\VBATest.yxmd""", 0, vbNormalFocus, PromptUser)
End Sub
The ShellandWait code is in another module and is from here - http://www.cpearson.com/excel/ShellAndWait.aspx.
When I run the macro from Alteryx, it does find the Alteryx Engine but does not run the workflow.
What am I doing wrong? Is it a license issue?