First, please note I would like to be notified each time a new file comes in a remote FTp site, so I used the "When a file is added or modified" trigger. I do not need to get the file content but the trigger fails with the following: "File size '58500725' exceeds maximum value '52428800'." So, if the file on the FTP site is larger than 50 Mb, the trigger fails. I understand there are limitations in Logic App but why this trigger tries to get the content of the file? It's name is "When a file is added or modified", I do not need more than that. Any idea to implement this behavior?
Thanks in advance!