Thanks, this worked. I did have to make some minor adjustments in the syntax:
In the trigger, the single quotes needed to be on the outside of the curly brackets and I needed to remove the first forward slash at the beginning of the trigger.
@equals(triggerBody()?['{Path}'],'Documents/AP Accounting Inbox/Amazon/')
Then in the folder path itself, I needed a forward slash before the path, but NO slash at the end of the path.
I tested this by adding a file directly to the specified path, then added a file in the folder above and the folder below. The flow triggered properly only when I added a file to the specified path.
