I would like to be able to search a video library by the many choice fields that are tagged as metadata.
This is the current searchbox functionality I have for the Name field:
Hi @EMA03356 ,
Try this - I assume you understand that none of this is Delegable
If
Len(Searchbox1.Text) = 0,
LastN('Training Videos',1000),
Search(
AddColumns(
'Training Videos',
_Platform,
Platform.Value,
_Lingo,
'Platform Lingo'.Value,
_Assembly,
Assembly.Value
_Concept,
Concept.Value,
_Section,
'Machine Section'.Value
),
Searchbox1.Text,
Name,
_Platform,
_Lingo,
_Assembly,
_Concept,
_Section,
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1