I'm sharing a few folders with externals and I need to be able to see when new files are uploaded.
In order to solve this, I'm currently running a flow which triggers when a file is being created in a specific folder using "When file is created in folder"-trigger. However, sometimes these externals instead create folders within my folder and put their files there instead of in the folder which my flow covers. This means my flow doesn't trigger since it's not a file that was created, but a folder (with files placed in it). I've been trying to create a flow which covers both files and folders, so that it triggers on either one being create. This is probably and easy thing, but I havn't been able to manage.
Any help would be appriciated!