Hello, I'm having an issue getting Index/Row to work on my form. I have a form with a collection and several fields in the collection. I want to have one field that is calculated off the square feet input in that collection item.
Here's my formula: =SUM(INDEX(Foundation_Slabs_Collection.Slab_Collection_SqFt,ROW()),1)
At this time I'm just trying to get it to work with a simple formula then I'll build it out from there.
Even this simple SUM function of adding one to my SqFt input value is giving me an error.
Both Fields are Number fields with 4 decimal places.
I've added collection formulas using index/row functions several times before and never had issues so I have no idea what's going on.
This is on Cloud using the new Modern forms creation tool as well so don't know if there's some bug with the new update or something.