I have a string that I need to insert into a URL. The string is currently, but not always, all numbers. webCoRE keeps converting the string into something else.
Here is an example piston:
And here is what happens when I run the piston (comparing exampleID to newID).
I can’t even enter the value in an expression without the same thing happening, i.e.
{string} + “71723887741830301”
I’m assuming this is an extension of this issue that appears unresolved except for a possible workaround for that particular circumstance.