Converting object keys to an JSON array

Thank you for the advice.

I have played with chained scenarios, but the current concern is that I need a way to ensure that the chained webhook cannot be called outside of our make organization due to the data being transmitted.

This is the current child scenario:

I’d like to use the Run scenario action and then pull from adata store.
However, without a sleep module, the data store record does not exist yet.

This works.


Without the sleep fails, as the record does not exist yet.

In the event data takes longer to process, the sleep module may fail.

Goal would be to use the run scenario module, validate successful completion, and then check the result from a data store.

I’ve seen it mentioned that an array aggregator can be used to ensure successful bundle execution, but that didn’t seem to work How to Wait for an Operation to Complete Before Proceeding?.

I might be able to use the raw API to do this with the responsive flag, I think.