I have created a flow that pulls a list from sharepoint folder and then gives a count of the number of files in that space. I want to use a condition that says, if the file count is 0 then do nothing, if there's 1+ files it will send an email with the number of files in that location. I am having issues with the appropriate condition.
length(outputs('Get_files_(properties_only)')?['body/value'])
Use this function and replace with your Get files value variable :
----------------------------------------------------------
If I have answered your question, please mark your post as Solved. 🆗✔️
If you like my response, please give it a Thumbs Up. 👍
You can accept more than one post as a solution.
Thank you @abouchaalaBAIT sorry to ask, where would I use that function in the condition or elsewhere?
Hello @avinson
you should use the length() function in order to get the GET Files COMPL count
----------------------------------------------------------
If I have answered your question, please mark your post as Solved. 🆗✔️
If you like my response, please give it a Thumbs Up. 👍
You can accept more than one post as a solution.