Member since
10-19-2017
2
Posts
0
Kudos Received
0
Solutions
03-05-2018
04:35 PM
Thank you for your response. It certainly works for the simplified example I provided, but in my application it could be checking for more than 2 incoming attributes. As of now it would check for 5 attributes, and it would not be possible to add a rule for each possible combination of attributes flagged with "T."
... View more
03-02-2018
07:05 PM
I am attempting to update an attribute based on incoming properties. Essentially I need to evaluate many incoming attributes and output a list in a new attribute based on the incoming attributes. Here is an example: The logic is IF attribute1="T" THEN ResultingAttribute="foo," IF attribute2="T" THEN ResultingAttribute="bar," IF attribute1="T"&&attribute2="T" THEN ResultingAttribute="foo,bar," Does anyone know how this can be accomplished using only 1 UpdateAttribute processor?
... View more
- Tags:
- rules
- updateattribute