So it looks pretty cool that I can manually run a flow that reads a list of usernames and sends a survey question to them. That is great.
But...
The problem I am seeing is that the flow blocks until all the users respond. Say I have a tracker file with 10 users. I run the flow and 9 out of the 10 respond. The flow blocks in the running state.
Now I want to add a batch of 20 more users to process., I need to cancel that blocked running flow, don't I? Can I restart it and catch up on the lingering response from batch-1?
Trying to think this through.