Hello,Correct me if I'm wrong but we can't export or import a workflow. That sounds a very easy and very useful function, especially when you develop something and want to share with others users.
Best regards,Simon
I understand the need and I would like to see this implemented as wellThe import/export capability is available from the Library tab
If this is what we want, I think the suggestion is also that Alteryx delivers a fix for the difference in file formats of the workflows as the Designer experience results in a .json, whereas the Trifacta experience results in a .json5 file
Hello @RWvanLeeuwen and first for your attention. Actually, what I want, is the ability to export directy in the workflow scree/UI, in addition to the Library UI. It's more natural.and also a way to export in another workspace without having to download it.Best regards,Simon
There is an API available (https://api.trifacta.com/)
Some examples:- import flow package https://api.trifacta.com/saas-enterprise-cloud22/index.html#operation/importPackage
- export flow https://api.trifacta.com/saas-enterprise-cloud22/index.html#operation/getFlowPackage
Hope this helps!