Let’s say I’ve created a workflow and producing the output in a temp pdf file –
File_Output: Render (26): D:\ProgramData\Alteryx\Engine\Engine_12852_18e4745761ba436db747d0d6ae6abbec_\Engine_12856_674477fb218647f882ca21bad76a8037_.pdf
Then I uploaded it in the Gallery, We can view the uploaded workflow in my workspace.
Once I click Run, this will essentially execute the workflow in the Alteryx Server architecture. But it’s showing - It’s only showing – This workflow produced no output.
But how can I get the same result/the output in browser/my gallery after successful execution? Need help.
Solved! Go to Solution.
@EN6924 in the case you show above, you'd want to take the same approach and upload the overall workflow rather than the macro itself. When you come to save as > save to gallery, make sure that the macro is also ticked as part of the assets to package:
This will mean it's readily available in the Externals folder to be referenced.
Under the Manage Workflow Assets, everything's selected -
Still I'm not getting the option to run it -
@EN6924 from the looks of it, it appears that your 'Currency Format' is a macro whereas it should be a workflow. If you hit any whitespace on the canvas > navigate to the 'Workflow' tab and then tick the 'Standard Workflow' radio button, then upload this (ticking all of the assets as discussed), you should be able to run it as it'll be a .yxdb rather than a .yxmc (macro).
Need to know the solution. Please guide.