0

I'm working in UiPath C# I need to send text file through API call, I need to fetch new file every time and convert to byte and send it through API what activities i need to use to convert it to content byte array and send it.

I have no idea about converting it to bytes.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

As mentioned by user Gubba Nub Nub in his comment. This is (kinda) a duplicate.

You can utilize the Invoke Code activity to run a custom snippet of code. In this situation reviewing the linked article mentioned above will likely solve your answer.

Keep in your mind you will want to pass in and out the variable you wish to convert.

Feel free to give the above a shot and provide more details if you experience any issues!