Link out , return to flow

Hello.
I have same task, in this case is a login to get a hash in a website and use it in different flows.
Something like this:


But, how can I return to origin from the link out?

Hi @crester

that is not currently possible with the Link nodes - there is no concept of 'returning' to the flow that 'called' the flow via the link node.

There is an item on the back log (the 'link call' node) that would allow that sort of thing to be done - but that's for the future.

Instead I would wrap those nodes in a subflow - which allows you to add an instance of the subflow wherever you need it.

thank you @knolleary.
it is not as pretty as I would like, but it is enough by now.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.