Community

Update String Filed value during verification

Hello,

how can I update field String value after extract step?

There is no problems to update Date, Integer, Double, Boolean values.

eg.

contextVerificationObject.getField().getValue().setAsDateTime(new Date());
contextVerificationObject.getField().getValue().setAsDouble(1.0);

But setAsText method does not exist

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.