MOSS 2007 Enterprise, SharePoint Designer workflows,
custom New/Edit/View forms.
I have a main list -- we'll call it the parent -- that contains some list
items. When one is changed, it kicks off a workflow that creates a child
item in another list for each field that was changed. There is a unique
identifier for each parent that helps to identify each child (along with the
ID in the linked field).
All was going well, until for some reason today -- as we put some changes in
-- I noticed that in some cases, the update results in the creation of an
additional parent item with corresponding "changed" records in the child
list. When this happens, I'm using a secondary Edit form. There aren't any
"New" fields in there by mistake, so I'm not sure how this is happening; I
don't even know how to Google the problem.
Any thoughts, leads, etc?