Apply custom filtering to dynamic content?
#75
(2019-09-03, 12:07)sualfred Wrote: Here is an example with multiple actors and a excluded title.

Code:

{'and': [{'or': [{'operator': 'is', 'field': 'actor', 'value': 'Vin Diesel'},{'operator': 'is', 'field': 'actor', 'value': 'Bruce Willis'},{'operator': 'is', 'field': 'actor', 'value': 'Sasha Grey'}]}, {'operator': 'isnot', 'field': 'title', 'value': 'Der Gigant aus dem All'}]}
@sualfred, should I encode the title into URL format to use in that JSON call or just leave the regular infolabel, such as '$INFO[ListItem.Title]?

Regards,

Bart
Reply


Messages In This Thread
RE: Apply custom filtering to dynamic content? - by bsoriano - 2019-09-03, 15:47
Logout Mark Read Team Forum Stats Members Help
Apply custom filtering to dynamic content?0