I want to keep the old value of rule input in the local variable even if the data has been changed in the rule input later on

Step1: Getting data using rule input. Ex: rule input is of integer type and the current value is 1000.

Step 2: create local variable and fill with the rule input value that is 1000

Step 3: on button click, rule input value gets changed to 2000.

CASE: As soon as rule input value is getting changed my local variable value is also updated with the new value but I don't want to update my local variable value. Local variable value should be 1000 doesn't matter my rule input value gets changed or not.

  Discussion posts and replies are publicly visible