2020-10-17 00:16:49 UTC - Dominic Kim: You can project a result with a web action. But if you say that regarding action codes, they should be in a JSON object. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1602893809087400?thread_ts=1602892567.083800&cid=C3TPCAQG1 ---- 2020-10-17 00:33:06 UTC - Rodric Rabbah: The function itself returns a json object but the result of an action invoked with the web action api could be any legal Json value (among other types). You do this by retuning `{ body: value }` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1602894786090100 ----