Skip to main content
1-Visitor
August 25, 2021
Solved

How i can get history values of a specific property from my value stream that has several properties

  • August 25, 2021
  • 1 reply
  • 990 views

I have a value stream that logs historical change of several properties, and i want to get the historical values of a specific property? any idea?

 

Thanks, 

Youssef

Best answer by nmilleson

@YD_9850038 ,

 

You can use the QueryNamedPropertyHistory() service.  It accepts an InfoTable of the properties that you'd like to query from your value stream.

 

--Nick

1 reply

nmilleson17-PeridotAnswer
17-Peridot
August 25, 2021

@YD_9850038 ,

 

You can use the QueryNamedPropertyHistory() service.  It accepts an InfoTable of the properties that you'd like to query from your value stream.

 

--Nick