
I want to create a flow such that it takes the files from the SharePoint folder and then the email will be triggered only if the count of rows in that flow is greater than 1 otherwise flow will not be triggered
So if anyone has any solution regarding this, please help.
Hi @Anonymous
Looks like you are saying that if the number of files returned from Sharepoint from the first flow is more than 1, only then send an email. Is that a correct understanding?
If yes, are you able to get the number of files from the Sharepoint using something like "List Folder" to get the list of files from folder and if the count is more than one then call the flow to send the email.