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 / Document Processing - ...
Power Automate
Answered

Document Processing - ai builder

(1) ShareShare
ReportReport
Posted on by 6
Hello - great video on this topic. I have created a model using AI builder that passes .pdf information into an excel table. this appears to working ok when I trigger it by copying a new pdf file into a SP list. However if I copy multiple .pdf's at once it just copies one data set and not all of them - could anyone advise what might cause this and a suggestion for fixing it? -
 
 
 
Categories:
I have the same question (0)
  • Verified answer
    sandeepstw Profile Picture
    312 Moderator on at
    When you copy many PDF files at once into the SharePoint library, your AI Builder model only processes one file because the flow may not handle multiple triggers properly or doesn't loop through each file.
    1. Change your flow trigger from "When a file is created" to a scheduled flow that runs every few minutes
    2. In the flow, use Get files (properties only) action to collect all PDF files from SharePoint
    3. Add a filter to select only unprocessed files
    4. Use Apply to each loop to process each file one by one
    5. Inside the loop, use your AI Builder model to extract data and save it into Excel
    6. After each file is processed, mark it as processed (for example, update metadata or move to a different folder)
    7. To avoid conflicts, open trigger settings and turn off Concurrency Control
    8. Use Scope actions and add error logging if needed
    9. Example filter to get only PDF files:
        Name ends with '.pdf'
    10. Use the SharePoint column like "Processed = No" and update to "Yes" after completion.
  • SS-20031007-0 Profile Picture
    6 on at
    Thank you Sandeep - much appreciated I will take a look at implementing your suggestions - I'm new to this so going to take me a while i think..

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard