Thanks Damien - perfect
Hi @KarlNixon
Filter array is the one you are looking for. Split the CSV by a return line to create an array and then filter on item() starts with .
FROM: split(outputs('CSV'),outputs('ReturnLine'))
This gives you an end result:
As it is returning an array, you can use join() on the return line again, to recreate your csv if needed.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here and like & subscribe to my YouTube Channel thanks 😉
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