Forum Discussion
EvanMartinez
8 years agoModerator
Hi Michael,
Yes that is a known limitation in the API AddRecord with Webhooks, if you do an import into Quick Base it will only fire on the first add. Alternatively, when doing an import in ImportFromCSV is set to capture all of the records. This is because webhooks will fire only once and mark themselves as complete, so a single AddRecord fires off the first record and the others are left behind. ImportFromCSV on the other hand captures all added records in one go as a CSV whether it is 1 record of 100 records.
Yes that is a known limitation in the API AddRecord with Webhooks, if you do an import into Quick Base it will only fire on the first add. Alternatively, when doing an import in ImportFromCSV is set to capture all of the records. This is because webhooks will fire only once and mark themselves as complete, so a single AddRecord fires off the first record and the others are left behind. ImportFromCSV on the other hand captures all added records in one go as a CSV whether it is 1 record of 100 records.