Hello,
I’m currently building an automation flow for a potential client. The process begins with a form submission from their website, which is stored in Google Sheets. Each new entry triggers an automation that generates a PDF quotation based on a custom prompt. This prompt dynamically adjusts pricing according to variables such as the number of people and other factors.
Once the PDF is created, it is sent to the client via Telegram, along with a callback query that allows them to either approve the quotation or request modifications.
Here’s where I’m facing a challenge: I need to pass variables between different flows. However, since most automation platforms allow only two triggers per flow (or have limitations on trigger chaining), I’m unsure how to maintain variable continuity between steps. My goal is to create a loop where:
- The client can request edits to the PDF.
- The corrected version is automatically regenerated and sent back via Telegram.
- This continues until the client approves it.
- Once approved, an email is sent automatically—ideally triggered via Instagram DM confirmation.
If you have any suggestions or best practices for managing state or passing variables across automation steps (e.g., between flows or bots), I’d appreciate your input.
Thank you!