Hello,
I have created a component workflow that will be running against 100+ lists. The site and list name are passed to the component. On many occasions, the workflow fails with an error message 'Column xxx does not exist'. However, the column does exist. In fact, the missing column is used as a trigger to start the workflow. If the column was missing, then the workflow would not even start.\
For example,the initial workflow has a start condition [FormAction] = Submit. If the initial workflow runs, I pass the List Name and ID to a component site. When the component site tries to update FormAction], it errors out with “Column FormAction does not exist”. Other forms update with no problem.
Do you have any idea why this may happen?