the output of the AddNumbersAction is passed to "Success" socket. This is incorrect. "Success" socket should only be boolean and it represents whether the action completed without any error or not. You'll need to create a new socket "Output" to get the value.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | add_numbers_action-3062657-3.patch | 852 bytes | rensingh99 |
Comments
Comment #2
rensingh99 commentedI will work on this.
Comment #3
rensingh99 commentedPlease review the patch.
Comment #4
akshay.kelotra commentedI have reviewed and tested this patch. It is working fine.
Comment #5
neeravbm commentedI have merged this patch to dev branch.