I’m having some trouble with a Salesforce to Notion integration.
Description of flow: Every time there’s an update to an account in Salesforce a notion database is updated. Whenever a new account is made in salesforce it is created in notion.
What’s going wrong: When the flow creates a new database item, I get this error * [400] Tier is expected to be number.. The tier property is a number in the notion database. Not sure how to fix this as Salesforce is returning a “number,” 3 in this case. I tried converting the string from Salesforce to a number but had no luck.
“The operation failed with an error. [400] body failed validation. Fix one: body.properties.Tier.select.id should be defined, instead was undefined. body.properties.Tier.select.name should be a string, instead was 2.”
Pretty weird as when I set it to text using to string I get the error below:
“The operation failed with an error. [400] Tier is expected to be number.”