Little late on this, but is there a way to do this for an Infotable property? And if possible, do you have an example syntax for it?
HI @JK_10744682
Just to clarify: is the question about how to pass an infotable as a Query parameter to a mashup when accessing it from the browser?
I was trying to figure out how to pass an infotable through a mashup URL like the below URL, but with an infotable instead of string:
<<THINGWORX>>/Mashups/TestMashup?thingName=TestThing
A separate post was made for this and I got an answer there:
Solved: Re: Create Mashup URL with Initial Infotable Param... - PTC Community
Please note that while this is a bit old news, the length of an URL parameter is not unlimited, especially on older browsers (but please validate this information by researching depending on your browser). Make sure you're not passing lots of rows there.
I would suggest to replace the infotable itself with something smaller (a CSV which you parse as Infotable afterwards).
