
As the image suggests, the quotient variable needs to be casted to a String value, or else the following error is thrown when you run the Division flow (from the tutorial)
Command failed java.lang.RuntimeException: Slang Error: Error running: 'divide'. Error binding output: 'quotient' should have a String value.
As the image suggests, the quotient variable needs to be casted to a String value, or else the following error is thrown when you run the Division flow (from the tutorial)