Troubleshoot Lists
- Last UpdatedJun 25, 2024
- 1 minute read
Issue
When the OnCreate event is triggered, the system is not able to find the newly added list item while trying to update the list XML variable.
Possible Cause
OnCreate event fires just before saving the list item, which triggers the Update Variable activity before creation of the list item. This results in the system not being able to find the newly added list item.
Resolution
Add a Human Activity before the Update Variable activity.
OR
Add a Scheduler Activity before the Update Variable activity.