Hi @v-yamao-msft
I tested it few times and there still are issues.
I have two flows (first with SharePoint Modified, second with SharePoint New)
I did several tests here are the results:
Test #1
Created 1 new item in SharePoint directly
SharePoint Modify flow: triggered (should not trigger)
SharePoint New flow: triggered (correct)
Test #2
Created 1 new item thorugh PowerApps in the SharePoint list
SharePoint Modify flow: triggered (should not trigger)
SharePoint New flow: triggered (correct)
Test #3
Modified 1 item in SharePoint directly
SharePoint Modify flow: skipped (should trigger, fix did not help)
SharePoint New flow: skipped (correct)
Test #4
Modified 1 item in PowerApps directly
SharePoint Modify flow: triggered (correct)
SharePoint New flow: skipped (correct)
You can see my previous tests here: https://powerusers.microsoft.com/t5/I-Found-A-Bug/SharePoint-Modified-trigger-strange-behavior/m-p/38426#M427
So the problem is still there. The biggest surprise is that the Modify works correctly when item is edited through PowerApps and does not work when item is modifed through SharePoint. Also this might be a small test sample so I tried few more times:
Test #5
Modified 1 item in SharePoint directly
SharePoint Modify flow: triggered (correct)
SharePoint New flow: skipped (correct)
Test #6
Modified 1 item in PowerApps directly
SharePoint Modify flow: skipped (should trigger, fix did not help)
SharePoint New flow: skipped (correct)
After two more tests it seems that Modify flow triggers 50% of the time. Also I modified different items, but only one column.
I tried to make 2 more tests.
Test #7
Modified 1 item in SharePoint directly
SharePoint Modify flow: triggered 2 times (1 time for the modified item, 1 time for the item modified in Test #6)
SharePoint New flow: skipped (correct)
Test #8
Modified 1 item in PowerApps directly
SharePoint Modify flow: skipped (should trigger, fix did not help)
SharePoint New flow: skipped (correct)
It seems the problem is still there with the Modifed trigger although now it works more than before. Would really appreciate if you could look deeper in it as its quite an important flow for our organziation.