- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @harshalp2212386,
You can check last modified and last modified by column, but this will not help you much to identify which workflow is updating the schema.
You can try below logic for identification:
1) Add new column to schema, name it updated by ( insert workflow name).
2) Modify the current workflow and add the column in update activity.
3) Check the schema and identify if this column has any value other than the current workflow.
Regarding update activity giving error:
1) It is happening because record was inserted by some other workflow/ JS, after the 'enrichment' activity has identified already existing records. So for your current workflow, those records does not exist, but they were inserted by some other process.
2) Look for Javascript codes as well, is there any SOAP request which is doing insert/update?
3) Look into the audit logs between enrichment activity and update activity time. You might get some hint.
Thanks,
Jyoti