I have a SharePoint list with a multiple entry people picker (person or group) list column where I need to get the count of people entered and then update that number in another column for easy viewing. I have a reference in this blog (3) I want to get the number of multi user in a Person... - Power Platform Community (microsoft.com) but it did not work for me.
The example is, you have a list of classes for which users will enroll in the Enrollee column. This number will change over time and the flow will trigger upon new and modified items. I would like get this count of Enrollee and then place it into EnrolleeCount column (integer) that I have. Any help would be appreciated as I have searched for this and cannot find a solution that works.