I have tried solutions from earlier posts, but i get stuck with something trivial probably. Am i overlooking something ? The conditions returns false
Announcements
I have tried solutions from earlier posts, but i get stuck with something trivial probably. Am i overlooking something ? The conditions returns false
YES! i got it working. I was baffelt after 3 attempts, when i got an error thrown at me while creating the file. I altered the rights on the library, but that was not it. I needed to use the Compose Output while creating a document and not the Current item content. After this, the flows works as promised.
I made the library auto-delete the content after 30 days, and so is the flow in compliant with GDPR regulations.
Cheers
Thanks,
I will check it shortly.
Frank
Hi @fschuurman,
I have made a test on my side and don't have the issue that you mentioned.
Please add a Compose action before the condition to get the value of expression below:
toLower(items('Apply_to_each')?['Name'])
And then check if the value of expression contains ".pdf".
The screenshot of the flow as below:
The expression in the condition as below:
@contains(toLower(items('Apply_to_each')?['Name']), '.pdf')
The flow would run successfully as below:
Best regards,
Alice
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1