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.