I am trying to count the number of rows displayed on my form and see if that number of rows equals a textField rawValue.
Attachments = Page1.Attachments.NoOfAttachments.rawValue; Rows = this.resolveNode('Subform2.Table1._Row1').count +1; (Attachments == Rows){