Hi,
Is it possible to save an Alteryx workflow (the actual .yxdb) as part of the workflow?
Thanks,
John
Hi @jjc42,
If you are talking about saving the .yxmd, then you can simply put another flow on the canvas. The flow would bring in the current module as a non-delimited file and then output it as a non-delimited file, essentially preserving it as a file with another name.
If you are talking about saving the .yxdb, then I assume that is just the data at any point, which is easy enough with an output tool at the point you want to preserve.
Hi John,
Can you explain the use case?
In the meanwhile in Alteryx look in the menu Options | Export Workflow and see if that matches your needs.
Thanks,Bob