Updates Made to List in Loop Not Committing

1
Hello, I have a Microflow that retrieves list objects, loops through the list, and updates the value a particular attribute. No matter what I do, these updates are not reflected in the database. I’ve tried committing the list object all at once after the microflow exits the loop and I’ve tried committing each change one by one in the loop (I know this is not best practice, but the list only has 7 records. If it worked, I’d have taken it). Nothing works. Any ideas here. Thank you.
asked
1 answers
0

Just added this to mark the question as answered.

The issue was caused by an error occurring further on in the microflow. This cause a rollback of the changes that were made and committed.

answered