Groovy getFormattedValue() not working?
Summary:
Content (please ensure you mask any confidential information):
Hi,
Just found that getFormattedValue() not working as expected, it was working correctly before.
We have smartlist as Text like below
ID Name Label
1 A1 A1
2 A2 A2
In Groovy we need to pull the Text value instead of the ID number, so we use getFormattedValue(), and it should return the text A1 / A2, but it returns the ID number instead. It was working before and we use lot of these. Not sure what happened, does anyone had same issue?
Thanks,
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0