I have a case that my view collect from flow A and...
# flow
t
I have a case that my view collect from flow A and render its state. And at some point, state will trigger another flow B. So how could I merge flowA(keep current state) with flowB at that point to update view state. Please, thank!!!