Need difference set of data from rule input, local variable.

Hi,

I have a rule input with multiple rows of data and I also have a local variable with few rows of data.

Now I want to find the difference rows of data into a another local variable.

Is it possible in appian. 

Any inputs please.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    1 month ago

    the cheap and easy way would be to use the difference() function.  It's probably picky about your data type, so it might be necessary to cast the local variable as the CDT type before passing it through that function.  Also note that it would return a difference even for the tiniest change in data.

Reply
  • 0
    Certified Lead Developer
    1 month ago

    the cheap and easy way would be to use the difference() function.  It's probably picky about your data type, so it might be necessary to cast the local variable as the CDT type before passing it through that function.  Also note that it would return a difference even for the tiniest change in data.

Children
No Data