Hello,
I have a subflow that ends up pushing a value into a list. As the push function keeps the token active until it is pulled from the list, this subflow does not end. That causes my main flow to not move forward with other tasks.
How can I solve this?
Thanks!