web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Sharepoint folder exce...
Power Automate
Unanswered

Sharepoint folder excel file collection

(0) ShareShare
ReportReport
Posted on by
Hi , 

I'm relatively new to using logic apps / power automate , ive created the below logic app which essentially gets a few files in a sharepoint folder and uploads them to the same azure blob storage folder. Each of the files starts with the same prefix "1." how would i amend my logic app to look at the sharepoint folder , loop through and get all off excel files within it starting with "1." and upload them to the azure folder? 

the reason i ask is more files are needed to be added to my logic app on a bi monthly basis therefore amending my app will help me to automate it. i have included a screenshot off my flow below .
 
Thanks

Categories:
I have the same question (0)
  • CU11021143-0 Profile Picture
    59 on at
    You don’t need individual actions or a For each loop. In a Logic App, you can turn on “Split On” in the trigger or in the SharePoint “Get files” action. When Split On is enabled and you pass the list of files, the workflow automatically creates one run per file—no loop block needed.
    Steps:
    1. Use Get files (properties only) on the folder.
    2. Add a filter in the action: Name starts with 1.
    3. Enable Split On on the next action (e.g., Get file content).
      Set Split On to: @body('Get_files_(properties_only)')?['value']
    4. The Logic App will trigger once per file and you can directly upload to Azure Blob without a loop.
    This way, every Excel file starting with “1.” is processed automatically.

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard