Is there any feasability to print the value of a local variable in the runtime & the value it has in the console. (Like other programming languages for debugging)
Discussion posts and replies are publicly visible
Hi Mohan Reddy Kethireddigari what is your requirement initially, why would you like to print value in runtime. AFAIK I wouldn't be possible print the value of a local variable directly during runtime. Appian doesn't provide a built-in console for real-time debugging.
I don't have any specific requirement for that; I was just wondering if it exists.
While performing actions on the site, we can observe the values that local variables hold and how routing occurs based on the print statements.
Runtime printed values aid in faster debugging.
Hopefully, this tool will evolve to include a console in upcoming releases.
Mohan Reddy Kethireddigari Understood your requirement.No built-in console printing for local variables, but workarounds existDisplay value in Interface, Add text/paragraph component showing the variable value(Mostly developer follow this for interface debugging)