Can you store your flow scripts in a JS file and load that instead?

Just a thought/question?

I’ve started using a few flows now just wondering if you could put them in a JS file and simply load that in the one script tag in the head?

I guess it would prevent it being accessible in the UI? and probably other issues.

Anyone looked into it?

Although technically it is already possible by saving it to js file and point the src attribute of the flow script tag to it, we haven’t made the editor yet aware of it. So you won’t be able to edit it afterwards.

We will be adding this functionality to the editor also after our summer break.

1 Like

Ok. Thought that might happen.

I was just a thought as i saw more and more of the flow logic take up space in the document :slight_smile: