wait until flow(s) finish(es)
Posted: 30 Aug 2019 14:44
Good afternoon again.
Which is the best wsy to let a flow start only when another flow or bunch of finishes?
I have a text into the clipboard and have to decide where to share or save it through an input dialog, multi-choice.
I can choose, say, three items, that means i would like to share that text to 3 different destinations (say whatsapp, facebook, save to disk).
To perform every share/save I call a flow each.
The matter is that the flow cannot run cuncurrently for the use control UI, so the should run one after each other.
Best way to do that, if any?
Thank you.
Which is the best wsy to let a flow start only when another flow or bunch of finishes?
I have a text into the clipboard and have to decide where to share or save it through an input dialog, multi-choice.
I can choose, say, three items, that means i would like to share that text to 3 different destinations (say whatsapp, facebook, save to disk).
To perform every share/save I call a flow each.
The matter is that the flow cannot run cuncurrently for the use control UI, so the should run one after each other.
Best way to do that, if any?
Thank you.