Pabbly Filter - if contains any of the following - is that possible?

mikec29526

Member
Is it possible to filter based on an array - meaning, only continue if one of the values in the array matches [1,3,6,7,11,14,17,19] - so if the value was 11, it would be true, and continue. Is this possible with Pabbly filter?
 

Jithin

Member
I tried it on a google sheet row. I typed in your number with square brackets, then it split the array into each numbers. But when I removed the [ ] it was captured as a long string. Then I applied the filter and it is checking the condition as shown in the screenshot below. Hope this helps.
StaticShot_15-02-2023_16-47-10.png
 
Top