Hey everyone!
I'm building a Telegram subscription payment bot and running into an issue. I have two flows: a starting one and a recurring one (with a Repeat element) that checks whether a subscription has expired.
The problem is - subscribers who didn't respond in the starting flow are stuck there, and the recurring check never reaches them. A couple of questions:
How does the Repeat element actually work? Does it fire even if a subscriber is stuck in a different flow?
If a subscriber doesn't tap any button (no "Yes", no "No", no response at all) - how do I move them out of the starting flow after some time?