To save with variable in save() function

Hi,

 

I want to save one variable which i created in with and values of that variable are getting update on basis of drop down.

I am using that variable(dataset) further to display something. But when i am trying to save any value in that dataset.

 

I am getting error

Expression evaluation error in rule 'rule_Test' (called by rules 'rule_test1' > 'rule_test2') at function a!applyComponents [line 176]: An error occurred while executing a save: Expression evaluation error: The save target must be a load() variable, process variable, or node input (or a rule input passed one of those three), but instead was:

 

What i sthe workaround to save the values of with variable instead to use load one as error says. 

  Discussion posts and replies are publicly visible

Parents Reply
  • Then in my case how will i achieve my goal.
    I need to compare data dynamically. I mean first time if i select anything in with than i am preparing this dataset which i am passing to another rule under grid layout(Under new with) where i am comparing two field values , but my validation is working with existing values in dataset, but when i enter new value in both fields which is not available in that dataset, than i am getting this error as i am trying to save this value in this dataset.
Children
No Data