I have been trying to figure out how to find if an item in a collection or gallery can be compared to a textbox. This would then set a variable for me to use later.
Basically, I a building a collection (colCurrentProjects) for projects. In this collection there is a column called projectID. The collection gets displayed in a gallery (galProjects).
So how would use an If() allItems in the collection or gallery projectID = SpecificProjectID" and return a true, false?
Cheers
Use the in operator.
If(projectID in Gallery1.AllItems.SpecificProjectID, true, false)
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional