Is it possible to return a primitive value from a custom connector action without it being wrapped in a JSON with key-value pairs?
For example, I'm working with an API currently that has a function which returns a single integer, which is not enclosed in curly brackets (it is usually 0). When I test the corresponding action on the custom connector test page, it returns 0 successfully, but it doesn't do this in apps. I haven't had the chance to see a non-zero value on it yet, so I can't test if I can always rely on Value(ctxResult) to give an accurate result.

Report
All responses (
Answers (