Hi @Nicktrom55 ,
Here's a solution to implement. In this example, when a new folder is created in a main library named /Documents I will create the same folder in a completely different library (could also be completely different site) names /Names. Here's the flow:

The trigger is the folder I am monitoring for new folders named Documents

Next I check if the modification is an actual folder because we only want to monitor new folder creations so I check if the condition is true.

If true, I want to create this folder in my other library (again, could be a completely different SP site too). Please mark as a solution.
