Question
Ford Motor Pvt Ltd.
IN
Last activity: 16 Jan 2022 5:22 EST
Attachment with REST Connect
We have a requirement to send a file in REST request, along with the some metadata in json format.
For attaching the file in Connect REST rule, we are making use of "pyRequestAttachmentPage" and defining required properties: pyAttachName, pyAttachFileNames, pyAttachValues, pyAttachTypes.
And for passing the json, we have mapped "other query string parameter" with a clipboard property which has json value.
But we keep getting 400 response in error code. Please guide, if you have any suggestion to try out.