Help to use new file change trigger inside trigger scope

How to get the name of the file that generated the trigger action using the File Change Trigger activity?

Hi,

You can get the name of the file which caused the trigger by using
Get Event Info Activity and settings its property TypeArgument to System.IO.File.SystemEventArgs.
Your return variable should have a FullPath method which gives the name of the file which caused the trigger.

1 Like