Hi Pro's
Been struggling to be able to use the search function on a gallery which references a lookup field.
@RandyHayes you basically solved this for me in terms of searching the whole string of text elsewhere in the app using :
ForAll(Choices(yourList.yourLookupColumn), {Id: Id, Value: Value}) I hope you can provide close to the solution in terms of searching on the gallery ? I placed that above in the gallery ITEMS field but the output was not what i expected although it took it..it returned some wierdness.
Ultimately again i need to search with the site name to return the gallery item related to the site name.

Items property of the gallery was OOB and works in returning data but i suspect not correct for my purpose.
Thanks!
I