I was looking to create a line (and eventually maybe a polyline) using coordinates from geopoints.
I came across this post and thought it would be as simple as calculating the value for the geotrace like so:
concat(${starty}, ' ', ${startx}, ';', ${endy}, ' ', ${endx})
But I keep getting errors, and I have tried multiple iterations.
Knowing geotrace inputs are still in beta I wasn't sure if I was heading down a dead end road, but that post gave me some promise.
Is there something wrong with my syntax, or as I mentioned, am I just trying to do something not yet supported?