The Get Bytes From Base64 String activity converts a base-64 encoded string to a byte array.
A workflow could use the Get Bytes From Base64 String activity to decode a base-64 encoded string into raw byte data and then use the Write File Bytes activity to write the byte data to a file on the server.
Base64 |
Required Type: String The base-64 encoded string. An invalid base-64 encoded string will cause an error. |
result |
Type: Number[] The decoded bytes. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity does not work when the device has intermittent connectivity to the network.