Open anilgulecha opened 1 month ago
@baptisteArno We can help in implementing this - is there forge documentation for creating/modifying primary blocks? It currently looks like the documentation only covers the integration blocks.
Optionally, we can proceed if forge can document how we can have multiple continue points (edges?) basis an embed, we can build an integration using the cal.com example (which currently only showcases single exit/edge point).
Currently embed only allows for a single event (and the single variable) that comes from it. We're working on a usecase where the application fires multiple events within the embed.
Current workaround: we fire the data via single event , and then try to parse the data variable and setup conditional logic. It is cumbersome, including parsing of JSON.
It would be ideal, if we can just fire multiple events, and in each case, set a certain different variable.