Hello Alteryx community,
I could use some best practice tips on how to best solve this workflow based on what I need. I have a workflow that downloads events from an api, but it only returns up to 499 events. So in case 499 events are returned the workflow needs to run again completely. If there are between 0 to 498 events the workflow does not need to run again.
The amount of events is calculated with the summarize tool at the moment.
Is it possible with this design or do I need to do a complete overhaul to use macro's?
