Hi ,
When I have a rule input for the record in the interface , the values will get updated in the rule input as I update the values in the interface. In interface test, If I am have the record A and pull all the data from the DB, initially it has the values from the DB. But later when I edit the fields, the values will keep on changing (in interface level)How can I store the value when it's initially being pulled from the DB.
Can someone pls guide me here?
Discussion posts and replies are publicly visible
What is the problem you are trying to solve? You have a task that has data that's out of the date with the DB?
If that's the case, simply load the rule input in a local variable and save your local variable back into your rule input in the saveInto of the submit button.
Thanks for your suggestion