Skip to main content
Committed ⭐️⭐️
August 21, 2026
Question

Retrieve files through routines

  • August 21, 2026
  • 1 reply
  • 30 views

Hi,

When working with an API it is possible to retrieve data as e.g. a json-file. Currently, the routines does not support this. Would it be possible for the routine to accept json-format (or other file formats) in the output? The image show that the routine fetches the data, but the string does not support it. 

 

 

    1 reply

    ipolomanyi
    Practitioner ⭐️⭐️⭐️
    Practitioner ⭐️⭐️⭐️
    August 21, 2026

    Hi,

    the supported types are STRING. DOUBLE, STRING_ARRAY and DOUBLE_ARRAY.
    By the look of the JSON supplied you should be able to split the payload into two arrays: STRING_ARRAY for property names and DOUBLE_ARRAY for their values, which would work similar to a map[STRING, DOUBLE].

    What’s kind of connector are you using?