Hi,
I am building an app to keep Database in pipefy in sync with external source. This database contains thousands of records that are added and updated on the daily basis.
I’ve tried to use recordsImporter in GraphQL API to sync records, but it seems like it can only create records, but not update it. Is it correct?
Are there any other ways to create/update/delete records in bulk through API or is it only possible to do it one by one?
Best Regards,
Artem