Hi, I pull data from HubSpot and Insert/Update Notion Database Page.
There is one field in Notion and on field in HubSpot that act as the 'unique ’ field (ofc).
In short:
Pull objects from HubSpot.
For every object, check if exist in Notion.
If exist, Update, if not, Insert.
Its fairly simple, but, when looking at the flow, there are so many calls to Notion API.
Does anyone know about a way to ‘Update or Insert’ in Notion?
Perhaps by not using the node but direktly calling the API?