cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

REST Client Advance Data Format Constant String

IT_10865748
1-Newbie

REST Client Advance Data Format Constant String

How to include custom string under the values.

 

Example:

{
|#each VALUES|
"variable": CONSTANTSTRING,

"|TAGNAME|_realvalue": |VALUE|,
"|TAGNAME|_quality": |QUALITY|,
"|TAGNAME|_timestamp": |TIMESTAMP|,
|/each|
}

1 REPLY 1

@IT_10865748 

 

If the string never changes then, you can hardcode it in the payload "variable": "TheNeverChangingValue," but my guess is you want it to say something different for different tags.  You could then use the tag's description if that is the case.

 

Thanks,

 

*Chris 

Top Tags