04.05.2021, 09:39
(04.05.2021, 07:23)Daniel. Wrote: You should compare updatetime from both objects. To do it use grp.find and you will get all info. Here is example of another script where grp.find is used to compare times. In your example you will need to compare two objects instead like here with os.time
Ok I log grp.find(‘1/1/12’) and I return in table with the update time etc, I can get both update times for the objects and have a while loop to check which one was last changed?
Or when the input update time > output update time then break loop and continue etc