Hello,
The problem is that I want property "extentionAttribut9" to be reset at the end of the process.
If I do it I will comes into a loop.
Do we understand correctly that you want to clear the extentionAttribut9 property?
If that is correct, you can use the If extentionAttribut9 is not empty condition for both sets. To do so:
- Right-click an action in the set and click Add Condition.
- Select If <property><relation><value>.
- Select If Extension Attribute 9 is not empty.
- Click OK.
- Repeat all the steps for the second set and save the changes.
Also, it is not recommended to remove the If operation succeeded condition. In this case the Business Rule will trigger even if updating an object was not successful. To add the condition to both sets:
- Right-click an action in the set and click Add Condition.
- Select If operation <result>.
- Select If the main operation succeeded.
- Click OK.
- Repeat all the steps for the second set and save the changes.