I just noticed that in the SubtractNumbersAction, the output of the subtraction 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 of the subtraction.
You'll need to make this change in every node where you are pushing the output of the action to the "Success" socket.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | subtract_numbers_action-3062213-3.patch | 1.21 KB | rensingh99 |
Comments
Comment #2
rensingh99 commentedI will work on this.
Comment #3
rensingh99 commentedI have created a patch. Please review it.
Comment #4
rensingh99 commentedComment #5
akshay.kelotra commentedI have reviwed and tested this patch. It is working fine.
Comment #6
neeravbm commentedI have merged this patch to dev branch.