Object not commiting after change

1
In this part of the microflow it cuts out. It worked 10 minutes ago but now I can’t change any values when I want to commit
asked
1 answers
3

Were the retrieves successful? They may be returning empty which would cause problems if you are trying to change them. It’s worth putting a test after the retrieve to check for this and handle the empty case accordingly.

answered