For example, there is a file in a list which is replaced by a new file of same name. How can we check if the content of the file has changed between previous and the next versions?
HI @pavan1997,
Do you want to check if a file content is changed or not?
I think you could compare the modified date/time from both of two files.
Extract the modified time from the previous file and same work for the latest file, add a condition.