cancel
Showing results for 
Search instead for 
Did you mean: 
Asilarow
MVP
Status: New

Currently when configuring a web api, the response for an action always expects the data type to be text:

 

Asilarow_1-1726057490711.png

this proves particularly troublesome when the output is an inline image or binary file, as when such data is saved within a text variable, it cuts off some bytes during the process, rendering the content useless.

Can this please be modified to allow selecting the expected data type for the response content when the payload is not in JSON format.