I have a table that I am using to give users the ability attach to any number of attachments to a form. The table has an attachment column and a button colomn(delete button). To make life easier for the user I have added a behavior when my attachment page is opened. It has a simple branch with an advanced condition as such:
Count(List: tblAttachments - Delete Button Column - All Rows) < 1
Everytime I open the page a row is added, instead of stopping at the first one. So I added a field to the page and before the branch counts the number of rows, i added a set property action with a formula also using Count(List: tblAttachments - Delete Button Column - All Rows). Everytime that page is loaded that field is still set to 0, so its almost like the count function is broken? Not sure whats going on here.
