How do I know if a profile attribute is trying to be updated in NERM?

Hello!
I have the following use case:
I have a form to update profiles in NERM. Only if you try to update the start date, end date or company, it should request an approval flow, if you update any other attribute, the change should be immediate.
For the start and end date I was able to solve it. However, for the company I have not been able to do it since it is a dropdown list.
I had thought to save the current value of the profile and then compare it with the value of the request, and if they were different then request the approval flow, however, since it is a dropdown list, it does not allow me to save the current value in any other “temporary” attribute and in the conditional, it does not allow me to compare the request with the temporary attribute, it only gives me the options “equals” and “do not equals” but in “value” it only gives me the drop down options and does not allow me to place another attribute there.

Is it possible to identify when this attribute is trying to be updated, how can I do it?

Thank you in advance.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.