Applies to Product – Microsoft Dataverse
What’s happening?
Customers are inquiring about the criteria for user activity counts in the "Most active users performing operations" report from the Power Platform admin center. Specifically, they want to know what actions a user must perform to be counted in the report, and the difference between Retrieve and Retrieve Multiple operations.
Reason:
The underlying cause of the inquiries is a lack of clarity in the report's documentation regarding the specific actions that contribute to user counts and the definitions of different SDK calls.
Resolution:
- To be counted in the report, users must perform operations that trigger specific SDK calls, such as Create, Update, Delete, Read.
- The difference between Retrieve and Retrieve Multiple is that Retrieve is for fetching a single record, while Retrieve Multiple is for fetching multiple records at once.
