I guess a better description of my problem is I cant concat in expression language and create a json.
Like this: jsonFormat([{"path": "concat({view.params.Name},"/status/encoderposition")"}])
I dont know if there is a better way to do this in the expression language but I built the JSON as a custom property and just bound to it in the tag history expression.
It would be nice to do this just in the expression language but i couldn't figure out how to concat a view parameter and build a JSON at the same time.
Yeah, the expression language doesn't have any ability to declare a json object or array. We considered it a while back, but decided it wasn't worth the complexity cliff. A custom property is pretty much the way to go here.