It's hard to offer any recommendations without seeing your full flow and the logic behind it. If you are using the new designer, toggle it off and click each action to expand it. Upload a screenshot of your flow in edit mode.
If you have more than 100 items in your SP list, you will need to toggle on pagination and set a threshold. The Get Items action returns 100 items per call by default, if you want more items returned per call you'll need to toggle on pagination and set a threshold. The threshold max is 5000.
In the meantime, you might be interested in these YT Tutorials:
Building a Power Automate flow that will send an email with multiple SharePoint items can be a bit complex. In this video tutorial I’ll cover how to build a flow that will send a single email to each user with tasks that have been assigned to them. The logic in this flow can be applied to many different scenarios.
First, I’ll show you how to use a Filter Query to return items from your SharePoint list that meet your criteria. Then I’ll show you how to return a list of unique email addresses so that each user receives a single email. Lastly I’ll show you how to compose an email that will contain an HTML table with a list of tasks for each user.
IN THIS VIDEO:
âś… How to send multiple list items in a single email with a Power Automate Flow
âś… How to create a dynamic date range
âś… How to use the Convert Time Zone action
âś… How to use a Filter Query in the Get Items action
âś… How to count number of items in an array
âś… How to use the Select action to extract a users display name and email address
âś… How to create a unique list of email addresses
âś… How to use the Create HTML Table action
âś… How to customize the HTML Table with CSS styles
âś… How to use the Send an email (V2) action
âś… How to use the Append to String Variable action
âś… How to create a custom list of items for an email
âś… How to use the Send an email (V2) action
âś… How to display singular or plural text based on the number of items returned
----
5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows
In this Power Automate tutorial, I explore 5 frequently asked questions that pop up when troubleshooting a flow. If you’d like to to level up your Power Automate flow skills and learn how to troubleshoot your Power Automate flow—this tutorial is for you!
IN THIS VIDEO:
âś… How to troubleshoot a false Condition action result
✅ How to get dynamic content when it isn’t selectable from the list of dynamic content
✅ How to troubleshoot an Apply to Each action that isn’t looping through
âś… How to troubleshoot a skipped Apply to Each action
âś… How to troubleshoot a Filter Query
âś… How to use a SharePoint yes/no column in a Filter Query
âś… How to use Compose actions to troubleshoot a Power Automate flow
âś… How to troubleshoot multiple emails being sent
âś… How to troubleshoot multiple Teams messages being sent
Hope this helps!