Hello, I have a use case where I am getting attributes from my trusted source but need to create a new attribute based on a lookup table. This lookup table takes the values of 2 existing attributes to find the value of the newly created attribute. I have accomplished the use case partially with a Pull Action implementation but it only works for user creation, not updating. When one of the source attributes change the value of the new attribute should also change but I cannot trigger such a change with my current Pull Action implementation and am asking for some advice. I tried to create the same logic as an ItemTransformer but I cannot seem to access the values of other attributes in the beforePropogation method.
Thanks, Stephen
