How am I put the value in list?

Hi all,

What are the correct values to put in filter condition IN LIST?

cause I put '${seach}' is not working for me.

The Radzen services follow the OData protocol. You can find more info about the IN operator here. In short you need a comma separated list put in parenthesis:

('Milk', 'Cheese', 'Donut')