Connector Function output to PNG

I found an API service that generates a QR code with a PNG output. Right now Tulip connector functions only output XML/JSON/Text. Any plans on expanding that?

Hey @jjj -

Totally, this is one of the first things we added to the roadmap when we added file support to app variables and tables. Supporting both input to, and output from, connectors for at least all supported file types is on the roadmap.

This gets a little tricky because different APIs expect files/images to be encoded in different ways, and we don’t necessarily know what every API ever expects, and this is into the technical weeds most of our customers don’t have experience with, so we need to be smart about how we enable the configuration of these inputs/outputs.

Pete