You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changes are saved to the cloud in the code interface, new objects get created in DB. Even if the changes should have only updated the existing objects in the DB. This can lead to Problems when executing a robot. If user input is required, it might get requested multiple times from the user as the same object is saved multiple times in the DB.
To Reproduce
Steps to reproduce the behavior:
Go to Modeler Interface and build a robot, save it to the cloud.
Go to DB and check parameter and rpaattributes objects for the robot.
Go to Coder Editor Interface and change the robot and save it to the cloud.
Go to DB and check parameter and rpaattributes objects for the robot.
See that there were new Objects created for all activities of the robot although the existing one should have just been updated.
The text was updated successfully, but these errors were encountered:
Describe the bug
When changes are saved to the cloud in the code interface, new objects get created in DB. Even if the changes should have only updated the existing objects in the DB. This can lead to Problems when executing a robot. If user input is required, it might get requested multiple times from the user as the same object is saved multiple times in the DB.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: