Fresh Cut Grass Posts: 65
11/24/2021
|
I need to serialize a list of bytes to send to be send through a REST call. Can I do this in decisions?
|
|
0
link
|
amber.blanton@decisions.com Administrator Posts: 72
11/24/2021
|
There are two methods to achieve this: the Convert Byte to Base 64 String step simply coverts the byte list into a string serial value. Alternatively, you can use the Base 64 Encode step as well. Both steps will serialize the data into base64 which is usable in REST calls.
|
|
0
link
|