Hi, lets say I have this hierarchy: A1, A2, A3, A4, A5, A6, some users need to change A4 from a module, this change need to update the list A4 and obviously this will impact A5-A6 lists.
So I was thinking in creating a action that imports from this module into the list A4 but the point is that only the items changed by the user need to be imported, the others should keep as they are,
An important constrain is that all hierarchies are updated daily from a datahub but those that were overridden should take the value selected by the user for A4, not the one coming from the datahub.
I've tried creating a boolean line item in my module that checks true when the user selects A4 option, then I was trying to reference from a property in the list A4 but not sure how to proceed,
In the image below the user selected an option for A4, then the boolean checks as true

This is how my list properties currently looks like

Any ideas on how to accomplish the scenario?
Thanks in advance