Notion database items (legacy) migration module

:bullseye: What is your goal?

search item inside notion database since new module replacement

:thinking: What is the problem & what have you tried?

Hi,

since we have to migrate from this legacy notion module https://prnt.sc/WZjoKD-rehAM to the new one here Screenshot by Lightshot , I do not understand why I cannot search objects anymore.

I have shared scenario as public, the step where error appears is module 40.

Any idea why?

thanks

:clipboard: Error messages or input/output bundles

IMLError
Function ‘filter’ finished with error! Cannot read properties of undefined (reading ‘split’)

:link: Create public scenario page

https://eu2.make.com/public/shared-scenario/SpEb7bFKKc3/dev-nouveaux-tickets-depuis-le-formulair

Hello @toonetcreation That error usually means the filter field in your new Notion module is expecting a property value that isn’t being passed correctly… the new module handles filtering differently from the legacy one, instead of a free-form filter, it requires you to map the property name and value separately. Check module 40 and make sure the filter fields are fully mapped and not pulling from an undefined value upstream.

1 Like

you’re right, id has changed and now I have find the right one.

thank you

2 Likes

welcome…. glad to be of help