Hi there,
I am trying to generate a comma-separated list (string) with values out of an excel-table.
The table has 3 cols: Name, Position, MobileNumber.
I want to make a list of all mobile Numbers, that are not an empty string.
reading the excel rows is working fine, but I still dont understand how to work with the filter-array and select-functions.
I've tried to simply loop through all excel rows in the table while working with a condition (number not empty) and an "attach element to array"-function. Obviously Flow then really loops through ALL table rows, even if they're completely empty. The loop process took about 4 minutes every time I've tested the flow. So I would rather work with filter and select.
Can somebody help me out with this?
Awesome, exactly what I need! You made my day, thank you! 🙂
Hi @Anonymous,
I have made a test on my side to create a excel table as below in my Onedrive for business:
You could refer to screenshot below to create the flow:
The expression in the Filter Array as below:
@not(empty(item()?['MobileNumber']))
The flow would run successfully as below:
Best regards,
Alice
stampcoin
61
Michael E. Gernaey
47
Super User 2025 Season 1
rzaneti
31
Super User 2025 Season 1