How to set sequence of two different operation in revit dynamo using excel

In my project wherein i have an excel file which contains pipe id and mark value , that i have integrated with my revit using dynamo and the second part is to color code the pipe based on that mark value for that respective pipe , i have completed that integration also using python script and few other features
but the main problem is that once i change the value in excel and save that file, the mark properties changes for that file but the color doesn’t change , i have to manually go remove a node from python script and then join again . i want the system to be automatted that once i change my excel values , the color should change immediately without human involvement

picture 1 - color coding operation
picture 2 - excel integration (mark )

can someone please help?


Out of curiosity. Why use override in view instead of (view) filters?

Are both parts (we see in the screenshots)
in the same .dyn?

If so you might need a PassThrough node
and / or Transaction.End node.

NB
If you only have a few colors I think view filters
is way simpler though.

yes same dyn file
can you explain me in a bit detail
i am actually new to dynamo a bit so just following basic nodes

Still curious why you don’t use (View) Filters :thinking:.