Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi kind people,
I'm trying to use a sting value inside a URL in a tFileInputJson and get the following error:
The method coords(String) is undefined for the type.
coords is a string value
Please help me, what am I doing wrong?
You URL needs to have the globalMap.get() outside of the literal text of the URL, something like:
"https://maps................" + (String)globalMap.get("row1.coords") + "&key=XXXXXXX"