airtable-json
airtable-json copied to clipboard
Support recursive populate
If a linked record links to another record, allow populating it.
I've thought about this one. Could get messy though. Would be a useful feature, no doubt.
@vjpr @Arro I was just about to implement this... I think it could be straight forward, just need to be recursive. @Arro are you up for a PR?
@vjpr @Arro I was just about to implement this... I think it could be straight forward, just need to be recursive. @Arro are you up for a PR?
100% yes. Go for it.
@Arro Do you know anything about the rate limits on airtable? I'm wondering if we'll run into that?
Not really, but I've sought to hit their API as little as possible (per function call) for those reasons.
@richarddavenport were you able to implement this?
@nathanaelphilip I ended up just using the API directly. I'd have to take another look to see where I was at with this.
@richarddavenport no problem! thanks for the response. I’ll probably end up doing the same to help prevent overloading the API
@nathanaelphilip I have a feeling that if you do make recursive calls it will be the same amount of api calls if you don't do it recursive. I think you have to make an api call per "table".