Want coordinates of Revit in the order of the sofistik coordinates list

Hi All,

I am new to the dynamo. So really sorry if I missed something. I would like to get the coordinates of Revit in the order of the sofistik coordinates list(coordinates should match). I am doing this because whenever I make the changes in sofistik, I should be able to see similar changes in the Revit model too. Should I use any python script?
Please find the image where coordinate from Revit and coordinate from Sofistik given -

Please let me know if you need further information from me…

If the lists share the same coordinates, just in a different order, can you just use the List.Sort node on both of them?

@stewart.skyler thank you for the replay. Do you mean to apply sort on both lists? I am working here in dynamo and I am looking for a Python script where I could arrange the coordinates of both lists in same index id. Please let me know if you need more information.