
Announcements
Hello
So I have a gallery which I would like to filter by a lookup field. From some reason I'm unable to get it and every time I struggle to do it. So my main table is workorders the lookup field called work order type (on workorder) and I'm trying to filter by the GUID of the work order type (Maybe because my environment is in Hebrew )
Will appreciate if someone will help me to figure it once and for all.
Hi @alexyyoud
Looks like you are missing the GUID data type conversion. Take a look at my example below for filtering Accounts based on the Primary Contact lookup. You need to convert the string to a GUID type.
Filter(Accounts,'Primary Contact'.Contact= GUID("4cfc26ad-9d73-ea11-a811-000d3a794392"))
This blog post is a good article on all things to do with lookups in Canvas apps if you need more info