Data type: very high integer

Thanks.

The reason for the error was the internal conversion
to String performed by the text() command.

When you convert the value as shown (or convent before the
text() command and bring the result in a new String var)
and use text() then, you are good.

1 Like