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?