質問

I'm planning a company wide software rollout and wanted to control the communication with Lists and Power Automate. All employees (~9000) would be stored within a SharePoint List containing email, date, name and some additional information.

Now I'd like to run a daily Flow which

  • filters the list by current date
  • iterates the remaining entries
  • sends an email to each user (about 800 per day) from an O365 group mailbox
  • writes a control value in the SharePoint List
  • BONUS: sends a summary to me

I also want to pre-fill the whole list (~9000 entries) with a seperate Flow which checks the Office Profile per email-adress and fetches firstname, department etc. so I don't have to do this per send email on the rollout.

Now my question is: Do I run into any limitation with Flow/Lists/Outlook? (Our company has a E3 licence)

役に立ちましたか?

解決

In addition to the comments:

  1. The first limit you will exceed is the 5000 list view threshold, if you have plans for management directly in the list.

  2. The sending limits for Exchange Online is 10,000 recipients per day so that should not be a problem.

  3. Flow has a 500 limit on actions and allowed nesting depth for actions 8 for a single definition, where condition actions and the additional actions within the IF-ELSE block should be counted separately.

    See the reference here for more limits on Flow: Limits for automated, scheduled, and instant flows.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top