Hello,
I am wondering if there is any way to test variable values besides having to publish and check it everytime, is there a way to get the value similar to how we can test in aggregates/sql query? Thank you!
Hi,
Do you want to check the values of the variables on runtime in service studio? If that is your query then I don't think that is possible within outsystems without publishing. If that is not your query please provide more information on your question.
Regards,
Shree
Thank you for your help! What about expression values?
if you having varibles on screen then you can put this variable in expression and check the value on screen.
Hi Low Ding En,
If you want to see the variable values at runtime then you need to publish and debug.
A way for just checking the values of expressions in runtime is to Create a message popup on screen using client action and assign expression value to the message content. This may be not the best solution but could be the fastest.
you can test the value of variables in OutSystems using the Debugger.
If you don't want to use the Debugger, you can also log the values of variables to the server log during development, and check the values in the Logs section of the Service Center. To log a value, you can use the WriteToLog action, which is available in the System Actions.
You can inspect the value of a variable in Service Studio during development without using the Debugger by adding an expression in the Value property of a widget.