I have one automated workflow which triggers whenever an item gets modified in list and it resets status of item from Approved to New whenever user edits the item. The issue is that even if users are not editing the item and just opens the attachment to that item, then also SharePoint is creating a new version in that list item and workflow resets the status.
I want that workflow should only trigger if item fields are updated and not the attachment. How can i achieve that?