I have a Notion table with some properties and I need a formula to watch 5 properties (rollups) to determine if they are equal to something.
if(prop("My Property") == "Random", "It is", "It is not")
But I get "It is not", even when the value it is actually "Random" in my property. It is a rollup property and I don't know what the problem is.
Any ideas how to make this Notion formula work?
Thanks.