Hi,
I have a custom looper getting data externally from AirTable (thanks to the amazing video on loopers and google sheets!!). Once I have parsed the data a little, I am able to have the consumer go through each record in a given Airtable view and output whichever fields I want. I am really happy about this!
In this particular case I am outputting a budget, looping through every item. I would love the ability to group by category (a field I have in AirTable). I can’t really come up with a friendly version of setting that up, and I was wondering if you can think of a way to accomplish this?
I do have the ability to get a link/API call for each category, so in principle I could just set up the design, and duplicate it for each category and run a separate looper for each. That would however multiply the work related to any updates in the design, so I’m hoping there is a way to set this up with some kind of nested loop.
All the best,
Andreas