I have workflow that reads a list from sharepoint->select tool->data stream in->writes to DB. Able to run workflow manually in designer with no issues but when i run workflow on server it executes but grabs the field that do not have the same name. Getting warning in server as "Field is missing, Compare tool configuration with input stream". For example i have "First Name" , "Content Type" "Last Name" field in select tool but on server it says missing fields and writes field to db as First Name_0, Content Type_1, Last Name_2