Hi,
Let's say I have a field that says: 'Fresh Orange Juice' and I want to list all the inventory that contains in the description field 'Fresh', 'Orange', or 'Juice'.
I managed to do the Filter( Concat( Split(field, " "), Result&", ") in SQLField) but that's not the solution, as it will still look for all three words together, now concatenated.
Anyone has any ideas? (Do not say Flow, I wanna see if there is a PowerApps way to do this)