Is there a way to lookup on a list property of type "TEXT" from a module that has a property of type "TEXT" I have in module a property Index( Text) abc efg ijk lmn In the list I have a property Index(Text) Index Index value abc 1 efg 2 ijk 3 lmn 4 I thought List.Index[Lookup:Index] will work since both are of type text? Can someone guide me on how to lookup not on a list data but on a text data