Good day good friends!
I need some help here. I'm currently pulling all unique users out of a person column and unique choices in a choice column from a sharepoint list, then filtering for length of each category by user using apply to each twice. I'm applying each of these outputs to a variable and outputting those results in an HTML Table. I can get the data fine, but I'm having issues with formatting.
Current outputs:
I can also get this

Essentially, I'm trying to count the number of each unique category per user regardless of who the users are, and which categories are present. I can solve this by defining each category and manually adding as needed, but I'm trying to build it in a way that if I add a category or a new person is present, the flow just knows to add those values to reports pulled in the future instead of having to define each change manually.
Happy to elaborate if needed.
Thanks friends!