Skip to content

Commit e6b0147

Browse files
authored
Tweaks
1 parent b51b75d commit e6b0147

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

powerapps-docs/maker/canvas-apps/connections/connection-common-data-service.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ Dataverse for processing (rather than processing locally within Power Apps).
8989
5. The aggregate functions are limited to a collection of 50,000 rows. If
9090
needed, use the Filter function to select 50,000
9191

92-
6. CountRows on Dataverse uses a cached value. For non-cached values where the record count is expected to be under 50,000 records use `CountIf(table, True)`.
93-
7. For CountRows ensure that users have appropriate permissions to get totals for the table.
92+
6. CountRows on Dataverse uses a cached value. For non-cached values where the record count is expected to be under 50,000 records, use `CountIf(table, True)`.
93+
94+
7. For CountRows, ensure that users have appropriate permissions to get totals for the table.
9495

9596

9697
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)