In my Add Data Row activity I am using the following for my ArrayRow
{item("ref").ToString,
Convert.ToString(GID_LimitedData.Rows(ICS_RowIndex)(2)),
Convert.ToString(GID_LimitedData.Rows(ICS_RowIndex)(3)),
item("price").ToString
}
My problem is that sometimes item("ref").ToString will not exist and sometimes it will.
Currently the error I get when it does not exist is:
Add Data Row: Element 'price' not found.
I would be interested in workaround or also best practices for this situation. Thanks for the help