You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: