I have a timesheet form that collects the date, some tasks and details, each row in the table is a new time entry , can be for a different date or multiple entries for one day.
My workflow has a "For each row" with an insert data to save the rows to SQL, but the date always come through empty.
I have seen somewhere previous posts that say that dates in "for each rows" dont work.
Does anyone have a work around , i would have thought this would have been fixed with the new version 10
I have set the date format in SQL as a varchar, as the "date" format fills it as "1900.01.01".