I have a table setup, with a single row that has the databinding: !connectionData.DataConnection.Body.GETAPPLICATIONDATAReturn.STORAGELOCATIONS[*]
Each one of my columns for the row has a databinding: $.LEGALDESCRIPTION, etc, etc...
The row has the option "Repeat Row for Each Data Item" selected, and it is within a flowed subform.
If I check off Min Count, and specify a number of rows, it works perfectly. ie: I have two rows in the database, and I specify "Min Count: 2" it will show both of the rows exactly how they should. If I change Min count to 1, it only shows the first row. If I leave it unchecked, it shows nothing.
As far as I'm concerned everything is setup properly, so why is it not working??