
Hello,
I am trying to search for a SharePoint single line text values with comma delimited. For example, my Title column has 3 values in 3 rows with Test1 on first row, Test2 on second row, and Test3 on third row. How do I search for Test1 and test 2 at the same time so I can display the values for both rows? I am only able to search for each value once at a time.
Thank you so much!
Hi @Anonymous ,
I made a sample for you.
Ungroup(ForAll(Split(TextInput1.Text,","),Filter(LIST315,Title=Value)),"Value")
Best Regards,
Wearsky