Recent content by rafaelg

  1. rafaelg

    Automation stopping before iterator

    I'm trying to create an iterator that gets the json from job posts (retrieved from an API) and then passes the data 1 by 1 to another API for enrichment that in turn sends it to a google sheet. This is the workflow: - Get job data from API - Iterator process arrays - API for enrichment - Add...
Top