Using Enterprise Workflow Manager 10.9.1, advanced license, I would like to iterate results of a web request query and email a specific list of results to customers.
Is there a way to iterate the web request output with a step, or a filter, map, reduce?
The goal is to create a job from survey123, which passes a time based query string 'where': r"CREATED_DATE >= CURRENT_TIMESTAMP - INTERVAL '01' DAY" (or other depending on requirements), send the web request with that query, and email the resulting featureset.
Can't tell exactly what you want.
Maybe use an extended property for your date string and arcade to change the input parameters of the send web request step and then test the output of the web request step to branch your workflow creating a loop and exit in your overall workflow.