FlatFilers / Guides

Flatfile's Documentation
7 stars 20 forks source link

Update BulkRecordHook examples #1127

Open elisadinsmore opened 2 months ago

elisadinsmore commented 2 months ago

Right now our examples of API Calls with bulkRecordHook shows the calls made inside records.map, meaning there would still be one call per record: https://flatfile.com/docs/guides/handling-data#using-get this should be updated to show the correct way to handle these.