
I am sending file this blank1.pdf
I checked if file exists, it still see that lenght is not bigger than 0. What is wrong?
file is already in sharepoint but condition 7 says that lenght is not > 0. I don't get why it happens? Maybe I am wrongly checking its lenght?
Hi @nickas,
What is the expression you are using?
Based on the setup I would expect it to be:
length(outputs('Get_files_(properties_only)2')?['body/value'])
And have you checked the outputs of the Get Items, is that also empty? In that case your Filter Query might be incorrect. I see there is no space between the eq and the ' character. Maybe that is a small typo which you need to correct?
FileLeafRef eq '@{items('Apply_to_each')?['name']}'