Unhelpful error (BundleValidationError – Validation failed for 2 parameter(s). – Collection can't be converted to text for parameter '30'

Hello. I’ve created a Notion DB to Google Sheets sync scenario. It watches Notion DB and syncs the data to a Google Sheet. It worked fine until this error came:

  1. BundleValidationError
  2. Validation failed for 2 parameter(s).
  3. Collection can’t be converted to text for parameter ‘30’.
  4. Collection can’t be converted to text for parameter ‘31’.

The problem is that the error doesn’t reveal any information, just the basic error. I am adding a blueprint and input and output, although it won’t be much of a help as the input and output are empty.

blueprint.json (98.3 KB)


Hello,

the error is actually very helpful because it says that you are trying to convert a collection to text; which is not possible. And it says it’s for params 30 and 31 (columns in the case of Gsheet)

These are the 2 columns where you didn’t map one of the fields of the collections.

Can you try and change them and see if it works?

Regards

Benjamin