Best Method to convert a Flow into an Automation

I have built multiple QuickSuite flows that are producing high accuracy, well received results. I am ready to move this flow into an Automation. Is there a best practice or method to move a work process from Flows into Automation?

Hi @dngdn,

As of now, I do not believe there is a native way to transform Flows into an Automation. You most likely will need to implement any functionalities from your Flow and see what you can integrate into it. Just in case, you could also try implementing Python code for example that runs a Flow, but am not sure if that would even work either (due to session authentication reasons if they apply in that case).

Hope this helps!