How can I achieve this request In Post knime Node. or with HTTPretriever node
PS: the Heders request: is Content-Type application/x-www-form-urlencoded
In your screenshot, you’re using multipart form-data. That is currently not supported by the KNIME REST nodes. Still, if you rather need x-www-form-urlencoded like you said, you can make it work by converting the string you pass to the body to be url-encoded. Please see here for an example how this can be done: https://www.knime.com/nodeguide/data-access/rest-web-services/sugarcrm-meets-salesforce
It’s in the “Parameter input” metanode of the Salesforce part.
based on the workflow of salesforce part i tried to do the same thing to my URL Rest bust its the same issue i cant get my final Result
Please find attached a screenshot of my workflow and POSTMAN Result