173
Views
6
Comments
Way to test variable values

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!

2025-02-04 10-17-42
Shreelakshmi N S
Champion

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

UserImage.jpg
Low Nico

Hello, 

Thank you for your help! What about expression values?

2025-04-17 05-42-16
Ajit Kurane

if you having varibles on screen then you can put this variable in expression and check the value on screen.

2024-12-19 07-54-27
Aditya Chinchole

Hi Low Ding En,

If you want to see the variable values at runtime then you need to publish and debug. 

2025-12-17 21-10-06
Shlok Agrawal

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.

2025-08-13 09-41-37
Shubham Sharma
Champion

Hi,

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. 


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.