Hi,
I am facing an issue with modify flows of a sharepoint. I am using When an existing Item is modified trigger and I have put a condition to check whether its created or modified that is @not(equals(triggerBody()?['Created'],triggerBody()?['Modified'])).
This conditions works sometimes and sometimes it doesnt and when I am creating an item in list both insert and modify triggers get called. I tried using the other trigger When an item or file is modified. The problem that I am facing with this trigger is the same. Sometimes the triggers run and sometimes it doesnt.
One thing I did in list is I renamed the Created field to Created On. Is this because of the renaming of field or some other problem? Any help?