Hello,
I was reading a post yesterday about how to count the number of rows/items in a Collection/Table and it got me thinking.
I know Forms uses a hidden input field with the "propCount" class to track this information and I think it may be useful to expose that as a variable in Forms.
If each table/collection had a PropCount attribute/field it could be accessed for things like functions and form routing without relying exclusively on JavaScript.
As an example,
I could use a gateway decision based on the value of Collection.PropCount or use Table.PropCount in Function calculations.
Just food for thought. I figured it might be a fairly easy thing to add since Forms is already tracking this value.