Validation station return different variable type

I’ve labeled a particular field variable type to be number in the AI center.
When using document understanding, because the field on the document contains the currency as well, but due to labeling it would correctly extract just the value as a double as intended. But when passing it through the validation station, it returns as a string instead resulting in the output to be USD31.18 instead of 31.18, while those that didn’t pass through the validation did return the expected value of just the numerical value.
Thanks in advance for any and all advise.

Hi @QTH

Please review the threads below, as they contain issues similar to the one you’re facing.

Unfortunately, the only identical part is that both cases is that it uses validation station. I didn’t encounter any exception on the output return from validation station but the variable type ended up as a string instead of number which was defined in the AI center. Since my validation station is set to trigger only if confidence level is lower than a pre defined value, the same field is able to output the numerical value solely if not passed through the validation stage.