Hello.
Please tell me about DB selection when creating an app in Power Apps.
When creating apps with Office365 for Power Apps license, I think most of them will use SharePoint list.
If you use a function that can be delegated, you can use more than 2000 items, and if you create an index column, you can use more than 5000 items.
If the application needs to register more than that (say, tens of thousands), should I still purchase the Power Apps per user plan and use Dataverse, SQL Server, etc.?
Love and Peace.
Hi @komesuke :
I created 10,000 ordered items using PowerShell
For($i=1;$i -le 10000;$i++)
{
Add-PNPListItem -List "BofNewTest" -Values @{"Title" = "Item TItle" + $i} -ContentType "Item"
From my test results, PowerApps supports SharePoint Lists with more than 5000 items without delegation problems.
Best Regards,
Bof
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1