Is it possible to set the visibility property of an item to true if a certain text phrase is in a collection:
For ex:
If(colName.Result = "Text Phrase", true, false)
Or something along these lines?
It is possible. You could just do a lookup to the collection and if the text phase doesn't exist then set it to false otherwise set it to true.
Example (assumes the collection is named colName and the column name of the text phase is Result):
If(IsBlank(Lookup(colName, Result = "Text Phase")), false, true )
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
207 | |
188 | |
79 | |
50 | |
38 |
User | Count |
---|---|
309 | |
262 | |
123 | |
73 | |
58 |