In the Notion formula, try to replace “” with false. This way, the formula may become a boolean value, and the filter in the Make module should work properly
I believe the suggestion has removed the error message but is not providing the intended results.
My goal for this filter is to pick up on all pages created by Make but but has been edited by a user. Then take all the changes made by user and pass that back to the matching page in another Notion Database.
Hence, I have updated the filter from the last screenshot with an additional condition in the filter.
As you can see above I have one page which is created by Make and edited by me. Therefore, the filter should pick up on this page. However, it OUTPUTs zero bundles.
Alright, I see that the “Created is user” formula in Notion outputs an empty value instead of false. In Make, what if you try to use the following filter in the first condition in the screenshot? Does this work?
“Created is user (formula)” ||| “Formula: Checkbox - Does not equal” ||| {{true}}
Yeah it might be - try to use this formula in Notion in your “Created is user” - it seems to output a boolean value all the time. Then use the formula boolean operator in the Make module like you did above
Its did not work. Seems like anything that is an app results in a null. So tried to use the null keyword in Make. That also did not work.
However, I have found a work around. Since I actually send the corresponding page ID back to the database I have decided to use that as the filter condition.
I just wanted to quickly jump in here to say awesome work figuring out this workaround with the assistance of @Simo
Also, thanks a lot for remembering to step back into this thread and sharing what eventually did the trick for you. This could prove incredibly helpful to many folks searching for similar info in the future
Keep up the great work and thanks for keeping the community in mind