In a workflow I have to include the REST API component and search a user in the NERM through his profile attribute. In the user’s attribute has a special character like “+” sign, while “+” sign is considered as a space in the REST API query parameter.
So, please suggest how we can replace the “+” sign with “%2B” while passing to the REST API query parameter.