See output (below) of an image generator module. I guess it’s binary. I need to get the data part of this over to a scenario being called. The scenario inputs include text, number, and arrays (collections not selectable). Is best plan to convert this binary data into text first? How?
I tried putting this {{toString(toBinary(41.data; “base64”))}} in the value part of a set variable module but get a popup error when trying to save the scenario: “Internal Server Error: unsupported Unicode escape sequence.”
Below is the data part of the output from the image generator module:
DataBuffer, codepage: binary
ff d8 ff e0 00 10 4a 46 49 46 00 01 01 01 00 48 00 48 00 00 ff db 00 43 00 08 06 06 07 06 05 08 07 07 07 09 09 08 0a 0c 14 0d 0c 0b 0b 0c 19 12 13 0f 14 1d 1a 1f 1e 1d 1a 1c 1c 20 24 2e 27 20 22 2c 23 1c 1c 28 37 29 2c 30 31 34 34 34 1f 27 39 3d 38 32 3c 2e 33 34 32 ff db 00 43 01 09 09 09 0c 0b 0c
Help?