Hi, what would be the best approach to unsubscribe...
# flow
c
Hi, what would be the best approach to unsubscribe/cancel a flow once a certain item/condition is reached, but returning that last item: transformWhile?
g
Yes + first(), or you can use first(predicate), if you don't need transformation