Hi All,
I’m struggling with the following situation and would like to call on your expertise:
I have a Google Sheet with a customer database consisting of the following columns:
Company Name | Industry | Address | Phone | Email | First Name | Last Name | Position
I want to transfer this data to a Notion setup with 2 databases: Companies and Contacts.
The Contacts database has a relation property “Employer” linked to the Companies database.
Using Make, I want to transfer the data from the spreadsheet to Notion.
The module currently looks like this:
-
Watch Google Sheets
-
Notion Create database item in Companies
data is inserted into company database in Notion.
CompanyID is created.
- Notion Search Objects
Database “Bedrijf” (Notion). Equals Company name ( Bedrijfsnaam,Google sheets)
- Notion Create database item in Contacts
All Google-sheet fields are mapped
Employer : {{8.properties_value.CompanyID}}
Error:
[400] body failed validation: body.properties.Employer.relation[0].id should be a string, instead was {“prefix”:null,“number”:73}.
Importing and mapping the individual databases goes fine, but I can’t manage to fill the relation property “Employer” (with company name).
Who can explain to me the best way to approach this? A link to YouTube or other online sources is also welcome.
Thanks!
Henk