In the export step at the beginning of the flow I'm building I need to specify that the Source uses Pagination by updating the Request Body. So I use 'Custom Request Body' in the Pagination Tab and fill it with the necessary information.
The Error now comes from the Response body having a '=' character for the next page which is autoconverted by Celigo to '=' which the Source can't parse and throws an Error.
How can I prevent Celigo from converting the special character or convert it back to a '=' before sending out the next page request?