Hi @CeriRobbo ,
Now that the flow is working you can use a Trigger Condition to further refine the flow to. We can use a Trigger Condition to run the flow only when a file was created (i.e. do not run the flow if a folder was created):

Select the Menu option (1):

Select Settings:

Click add, then add the trigger condition:

The flow should only trigger if the item that was just created is NOT a folder. Enter the expression as shown below:

The expression for the trigger condition is:
@not(triggerOutputs()?['body/{IsFolder}'])
Ellis
____________________________________
If I have answered your question, please mark the post as ☑️ Solved.
If you like my response, please give it a Thumbs Up.
My Blog Site