Hello
I don’t know how many people have been able to send image to external system with Connector function. But there is strong limitation with the Tulip feature: connector function, input image encoding as file: Connector input encoding control
1/ Content type:
The file is properly send but without the correct Type. The backend system received the file with a generic “Content-Type”: “application/octet-stream” instead of the correct one (ie: “Content-Type”: “image/jpeg” for jpeg image).
The result is that, in the external system, it is not possible to open the image send.
2/ File name:
The file name with his extension (like .jpeg) is not possible to send.
Today this feature is unusable, we always need an extra layer (Nodered or PowerAutomate) to pass properly an image to external system.
Example of use case, for lean/5S, we collect, with a Tulip apps, improvement/idea with sometime picture that end user take, we want to pass idea/topics with picture to Asana system for follow-up.