There doesn't seem to be a way to force a specific order of events or services. Many times, it is possible that I do not want to load a screen until a certain set of events are complete. I feel like I am forced to write scripts to do this. Is there a way to reorder events by dragging and dropping them?
Is there a roadmap to allow me to use the output of one service as the input of another? Not via script but via the existing event UI.
Hey @sarat!
It does seem like writing scripts is currently the best, albeit clunky, way to handle this flow. I just added this request to the Mobile team's queue and will keep this thread updated. To add more color to the bug report, would you mind sharing a bit more about your use case?
Thank you
It's simple. I have 3 API calls. One feeds data to the other. I need them to cascade.
Perfect, thank you! And just to double check, are you using Success event handlers or have you chosen to use a script instead?
I am using a script. Can't use a success event handler since a single API may be called and used differently in different contexts.
understood. We're currently looking into this (ordering events more clearly), so I'll keep you updated with any news. Thank you for taking the time to answer all my questions here!