Hi @john john Pter
Thank you for posting your question in the Microsoft Q&A forum.
The differences you are seeing are expected and relate to how SharePoint Online records file moves internally. The Move file action in Power Automate uses SharePoint’s REST API, and depending on your tenant, the logging follows one of two models:
-In the older model, a move is treated as a copy followed by a delete. If the “Replace” option is enabled and a file already exists at the destination, SharePoint deletes the existing file, creates the new one, and then deletes the source. This sequence appears in the Activity panel as separate Delete and Create events.
-In the newer model, Microsoft introduced an optimized approach where the move is captured as a single MoveFrom event with an overwrite flag. This makes the Activity panel cleaner and easier to interpret.
Currently, some tenants still use the older detailed logging while others have the updated model. The actual move operation works the same in both cases. The only difference is how the Activity panel displays the action.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.