Hi,
I have this error when a use the get many database pages node with a filter :
is it a bug ? Or am I doing something wrong ?
Thank you
Hi,
I have this error when a use the get many database pages node with a filter :
is it a bug ? Or am I doing something wrong ?
Thank you
Hi @sssamsss8 Iām not too sure whatās happening here, can you share your full workflow so we can take a more in-depth look? But it does look like thereās something that isnāt getting the data that it should through an expression, by the error
The workflow was very simple :
Iām on n8n cloud 1.8.2
My workaround was to get all the pages in the Notion database and then I put a Code Node to filter the items (pages) directly with Javascript code. It works this way. But still, it looks like the filtering directly in the get many node did not work.
Hi @sssamsss8 Did a little bit of testing - I think the
|
character in your filter/table is whatās causing this error. Once I removed it after creating that column and filtering for it, I was able to filter the results correctly.
Iām not too sure if this is expected, so Iāll go ahead and let our developers know this is happening
If I remove de | it is no longer possible to filter on the property I wanted. Maybe it is because this property is a āformulaā property in Notion ??
Just guessing ā¦
That might be the case - Iām not sure of another workaround for the moment, but Iāve let our development team know about this, and Iāll ping you back with any updates when I have them