I have tried; RMPApplication.get("varName"), id_text_widget.setValue("${varName}") <-- with and withouth quotes.
id_text_widget.setText("${varName}") <-- with and withouth quotes.
id_text_widget.setText([[varName]]) <-- with and withouth quotes.
If I set the initial value of a text box widget to ${varName} then I do get the value, but the value isn't being updated every time a user updates the process.
Any guidance would be greatly appreciated.
Thank you,
I keep getting this error message: (see rmp_problem.JPG)
The value I am try to receive looks like this:
[["Test Account","Approved","2016-07-07"],["Roy LastName","pending",""],["Jeff LastName","pending",""]]