In this video, I'm going to go into how to use the Contains function! Whenever we're working with data, be it strings or a data source, we always want to check if something is contained IN it. This is the video shows you how to write your own contains statements using the IN operator in Power Fx!
I use Power Apps as the demo, but it's used the same anywhere Power Fx is used. All demo code is below:
Text Search:
If( Slider1.Value = 10, "ResultTrue" )
Data Search:
Filter ( NameTable, "Joe" in Name )
Check out my website at https://www.flowjoe.io/ to find more Power Platform and Power Fx resources.
#powerapps #powerfx #copilotstudio
Chapters:
00:00 - There is no Contains Function?
00:22 - The IN Operator
00:36 - Text Based Contains Overview
02:03 - Data Based Contains Overview
03:37 - Text Contains Demo
06:51 - Data Contains Demo
12:22 - Outro
Download
0 formats
No download links available.
Contains (IN Operator) Function | Power Fx | Copilot Studio - Power Apps | NatokHD