Dear community,
I'm try to upload a document in a third party API.
My problem is, that I get these error when I try to send the request out of Blue Prism.
In Postman I'm able to upload the file with a PATCH request.
This is how I build the reque...
Hi Ajithran,
the solution depends on the way you scheduled your process. If your schedule is for example hourly you can implement a check after the process start, if it is the 4th sunday between 1am and 3pm. If true then end the process.
Best regards...
@ewilson @shashank.kumar280Thank you very much for your help. Finally it works. You really made my day!Best regardMichael------------------------------Michael KreyRPA Consultantprovidata GmbHFreiburg------------------------------
Hi @ewilson,yes I'm still using the same Web API, that's correct. And I use the data item 'Datei' to pass the PDF.In my corresponding object I load the file with 'LoadBinaryFile' and pass it in the API.Best regards,Michael---------------------------...
Hi @Eric Wilson,
thanks for your advice with Fiddler. By analyzing the submissions I found out that one problem was with the boundary. Now I put in the boundary via parameters and not the request works without an error. Unfortunately the file is st...