Filter a Platform on a Value that can be null

In Slate I’m trying to filter an object set that is loaded in on the platform tab based on a property of that object (string property). The property can be null and I want tmy filtered object set to contain values that are null. I’m having trouble obtaining this behavior. Ive tried the following

value1 | value2 | “”
value1 | value2 | null
value1 | value2 |

Thanks,

Jordan

I don’t believe this is possible with the point-and-click object set builder in the Platform tab. For complex interactions with the Ontology from Slate, you can interact with OSDK from within Slate Functions or write shared logic in Typescript (or Python) in a Code Repository and access the published functions through the Platform tab.

1 Like