Recent content by sb96

  1. sb96

    Nested Iterators

    Hi all! I am trying to process a json response which takes a format similar to the example format below. What I want to do is I want to create an airtable element for each option of each element in the outer list. The way I thought of implementing this is to have two nested Pabbly iterators...
  2. sb96

    Rate limit my workflow

    Hi! I am trying to ad a very very short delay to my workflow within an iterator. Basically each step is creating an Airtable record, and since there are over 500 items in the list I am iterating through, I am afraid of getting throttled by Airtable. I wanted to ad a short delay (half a second)...
Top