Hi all,
I am trying to filter json data containing more than one fields. How should i go about it. Basic filter allows me to use one variable. And I am not parse error while using custom filter.
Below is the example of the problem i am facing.
My json file contains both address and date along with many other columns. How do i put both the strings in the same filter tab instead of using many.
Contains([JSON_Name],"address")
Contains([JSON_Name],"date")