Can i create Trigger for a folder in Egnyte Dynamically?

I had one folder in egnyte. when file is placed in that folder i need to download that file. and also few more folders will also gets created , bot should check all folders and find files in it.

Hi @MitheshBolla

You can try with File Change Trigger activity

image

Check out this tutorial

Check out this video link

Check this thread too

Regards
Gokul

1 Like

I had gone thorugh this , here we had one folder and he is checking newly created files.
In my scenario new folders will be created and i need to trigger files created for that new folders!

Hi @MitheshBolla

Check out the above tutorial it like the same concept. If the new folder is create it will do some thing inside that folder.

1 Like

My folder in egnyte had
https://domain.com/myfiles/CompanyName/Area/EmployeeName/file.pdf
if i keep trigger to this folder.
Tomorrow
i will have new companyname or Area or Employeename.
example1:
https://domain.com/myfiles/CompanyName1/Area/EmployeeName/file2.pdf
example2:
https://domain.com/myfiles/CompanyName/Area/EmployeeName/file2.pdf
example3:
https://domain.com/myfiles/CompanyName/Area1/EmployeeName5/file2.pdf

Will it be trigerred dynamically?