function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rishabh Patel 1Rishabh Patel 1 

Count number of lead Assigned to each user in a day

I want to add a field on the user profile called "Today's lead Count" and then count the number of leads assigned to him on that day. Like today. 

Is there a way I can do this  using process builer or workflow!

Jainam ContractorJainam Contractor
Hi Rishabh,

I doubt this is possible using Process Builder/ Workflow. You can use APEX trigger instead which will count the No of Leads assigned to the User and display the same on the User record.

And if you want it display as a Report, you can do it using report formula.

Please let me know which how you want to solve this issue. Please let me know if you need more assistance.

Thanks,
Jainam Contractor