In case this helps anyone else, I found a solution:
promptParameter.getAnswerInformation().getPreviousAnswer().eContents().get(x).eContents().toString();
iterate through a size() function with x to get multi values.
Thanks!
In case this helps anyone else, I found a solution:
promptParameter.getAnswerInformation().getPreviousAnswer().eContents().get(x).eContents().toString();
iterate through a size() function with x to get multi values.
Thanks!