Hi, I am trying to get calculated field value, is that the same as get the value from regular field, like the below, I keep getting "object reference not set to an instance of an object", the record should contain the data.
invoice.GetAttributeValue<Money>("averageAmount")
*This post is locked for comments