Hello everyone) Is there any way how can I filter plasmic cms content by array of values using CMS Data Fetcher? For example filter by multiple IDs
Second this! If it helps, I just filtered by the broadest term, and then set “visibility” of the collection items to a boolean for each of the terms I wanted to filter further for – i.e, ‘value1’ || ‘value2’
Hi Mikhail, it’s actually supported you can use a dynamic value for it, using an expression like this
{
$in: ['value1', 'value2']
}