I keep running in this same issue, and solving it with a global variable to emulate a switch like the following doesn't stop my thirst of a solution: Global var...
Only shows parameters when at the start of the function.
I just face a behavior that seems different from programming languages. The Set return value action. If I don't create Else branches, the different conditions a...
Print Functions.Underline("2"). Print 3. I get: 1. 2. 3. But when I include an additional Print action within the return function itself—like Print test—it prin...
With function in C3 > runtime.Callfunction("name", param...). If this function is async, we can't return value, why or how I do ? With function in script I want...