Skip to main content
hema.mathivathanan
June 30, 2023
Solved

rule input in the interface

  • June 30, 2023
  • 2 replies
  • 0 views

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?

    Best answer by mathieud0001

    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.

    2 replies

    mathieud0001
    Brainy
    June 30, 2023

    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.

    hema.mathivathanan
    June 30, 2023

    Thanks for your suggestion