I have a workflow A that moves a SharePoint Online document from library 1 to library 2 that runs successfully.
I have a workflow B that triggers when a file is created or modified (properties only) in library 2.
Workflow B will not see that a file is created or modified in libarary 2 when Move file is used. The workflow will not fire at all.
Workflow B WILL see that a file is created or modified in library 2 when Copy file is used.
What is needed to make a workflow see that a file is created or modified when Move File is used?