I recently got an error that said this:"The list of records to be saved must not be null or empty: TypedValue[it=3145,v={}] Data: TypedValue[it=3145,v={}] "But how can I identify which field or type its referring to?I assume that "it=3145" is a particular type or field identifier but I don't know how to look it up. I wish it would should an actual name in the error message instead of an ID / "it".
Discussion posts and replies are publicly visible
Try putting this integer value in typename() function and see if this gives you the name of the datatype expected?
Thank you. This worked. I still think they should show the type name in the error though.