Announcements
split( replace( outputs('Compose'), decodeUriComponent('%0A'), ' ' ), ' ' )
@and( equals(length(item()), 10), equals(substring(item(), 2, 1), '.'), equals(substring(item(), 5, 1), '.'), isInt(substring(item(), 0, 2)), isInt(substring(item(), 3, 2)), isInt(substring(item(), 6, 4)) )
Hi there!
I encountered the same problem last month and created a reusable flow to address it.
Below is the core approach if you want to build it yourself. I’ve also attached a step-by-step PDF with screenshots for a complete walkthrough, should you need it.
Split -> Filter -> Parse
@contains(item(),'Date -')
Result: you get a clean array of dd.MM.yyyy strings ( 15.11.2024 , 19.11.2024 , 21.11.2024 ).
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 283
David_MA 256 Super User 2026 Season 1
Expiscornovus 225 Most Valuable Professional