@JTRTech wrote:
Can anyone else confirm this?
Am unable to use api.Entity().State().Get() to get an entity state.
Even default Status state....
api.Entity().State().Update() seems to work as expected but Get returnsMicrosoft.ClearScript.VoidResult
Used;
function test() { var status= api.Entity('1').State('Status').Get(); return status }
Posts: 6
Participants: 3