how can I check if update was successful when I run this For Each FOR EACH products WHERE products.name = "ProductsName": update price = 1000. END. Sometimes this For Each is ok, but sometimes when record is lock it doesn't work. I need run this For Each via WebSpeed and return true when For Each is successful or false when not. How can I get this result? Continue reading...