I am wanting to use Workflow to pull information from a Progress database and Insert it into an MSSQL database. In the workflow I have the following setup:
I can test the "Query Skyward Employees" activity and it brings back the correct number of results. The "Delete Current Data in SQL1" also works correctly.
The problem is with the "Insert Employee Data Into SQL1" activity. It is inserting the same record into the database over and over again. The information is correct for that employee, I just need the other employees inserted. Any ideas on what may be causing this?