Rest API call

0
Hi,   I am trying to do create w microflow which makes two rest API calls, one to get Token and other to fetch data. both post methods. Getting this error   Caused by: com.mendix.modules.microflowengine.MicroflowException: Empty multipart: multipart/form-data;      boundary="----=_Part_13_788305151.1667489153772"     at MyFirstModule.xxxxx (CallRest : 'Call REST (POST)')   Everything working fine in post man. I tried turning the log level to trace for rest call but I dont see any API call details in logs. Kindly help.
asked
2 answers
1

Hi Yogesh,

Can you please send the error which says ‘ connector ‘ so that I can understand what your issue is???

answered
0

Which version of Mendix are you in?

Check this post, seems similar
https://forum.mendix.com/link/questions/109155

answered