Binary Output - Custom Apps

hello,
output in binary.

test use HTTP:

how to display in custom apps?
Screenshot 2023-09-21 235926

Use the “Compose a String” Transformer module:

Converts any value to a string data type (text). It makes the mapping easier when mapping e.g. binary data.

3 Likes

When the endpoint returns just binary data, it is better to wrap the output:

“output”: {
   “data”: “{{body}}”
}
3 Likes