Hello, first, want to say I'm new to the community and this topic has been discussed but don't see anything that resolves my issue. So please bear with me. I have a log that is generated (pipe delimited) every hour and only has three columns. A notification email with the log attached is sent every hour. I set up a SharePoint list with proper column names and generated a flow to import to the list when a new email arrives. Standard stuff. The attachment is base64 decoded, parsed by line, parsed by pipe, and converted to JSON. A connection to the SharePoint list is made and an Apply to each operation is triggered to import the values. However, the reports average about 10K lines every hour and I'm getting the "The number of foreach items limit exceeded for action 'Apply_to_each_2': maximum '5000' and actual '31075'" error (this is a bigger number because I need to import a backfill). Questions:
1. Is this a SharePoint configuration issue? I know the default is 50000.
2. If so, can this be changed in the Admin portal? I am admin and owner of the site.
3. Or is this Power Automate issue? If so, can this be configured to a larger number? I have a premium subscription.
4. Or do I just need to import the max and change my flow? If this is the case, can someone give an example or point me in the right direction?
Really appreciate any help. Thank you, DB7176