Using ArcGIS Online Workflow Manager Advance, I'm trying to schedule a job that sends a web request to a feature service to get all new records and then creates individual jobs for each new record using create jobs per array
Is there a way of passing the job properties in the array so that each job has some details in it rather than the template defaults?
Failing that is there a way to model a for-in-loop in the scheduled jobs so that I can create each job individually, set its property and then move to the next item in the array creating each job and setting its property one at a time?