The same i need to implement in UiPath studio as well.
I am able to get the response JSON of REST API, now I have to generate the attachment file out of response content id, kindly guide me to achieve same in UiPath.
Is there any activity in UiPath to achieve this requirement ?
@Yoichi - Thanks for the response. Could you please help me with 4th and 5th steps in detail. Till now, I am able to extract the Document Content id from the JSON response.
@Yoichi - I believe we have to define WriteAllBytes method before using it into invoke method. I have created variable with name -bytearray, here is the snippet -
Yes, we need to define bytearray as byte[] in advance. It seems good.
Can you share Parameters property window of Invoke Method which calls WriteAllBytes?