Select to view content in your preferred language

Iterate web request output

431
1
04-14-2023 09:04 AM
RyanDickinson1
Regular Contributor

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.

0 Kudos
1 Reply
StefanDieters
Occasional Contributor

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.

 

0 Kudos