I am pulling data from a WS Connection. I set the table rows to "Add Row" at the beginning. The first row displays blank. Any ideas? Thanks.
I am pulling data from a WS Connection. I set the table rows to "Add Row" at the beginning. The first row displays blank. Any ideas? Thanks.
Hi RayP. After your "Connect" command, you have a 'Set Table Rows' command. So what is happening is after you populate the table object, the 'Set Table Rows' command is launching, and it is performing the action of 'add table row at beginning'. If you remove that object, you should be ok.