How to pass value that has commas in query string
Hi,
We have scenario that custom field having values like below,
Field Name: months
Record1 - Jan,Mar
Record2 - Mar, Dec
Record3 - Feb,Jul
so when i am trying to query via rest api, I need to use comma to separate multiple values. since comma is already present in the values, its not picking any records. How to escape commas in values?
Please help.