After you have assigned your Item to your variable, and before you do your substring check, use the ‘append’ block from the Text section to append a zero length string to the variable.
This will force the variable into a string type.
See this example:
Feed your Item state into a variable first, and then use the append block (with an empty text block attached) to force the variable into a string. And then do your slicing.
[Bildschirmfoto 2022-03-19 um 23.44.01]
This did the trick! Thank you very much. Now I can try and make a function from it and simply call it to convert my strings to numbers.
Probably. Did you try the method outlined in the post I linked?
I’ve read through it but did not get the point of methodology to use. Sorry.
…
2 Likes