Hi everyone,
I am trying to make a fun what-personality-are-you-quiz by using Forms, SharePoint and Flow and I've run into a problem.
Each question in Forms has four options and every option is equivalent to a letter value in a SharePoint List (e.g. "a", "b", "c" or "d") and after using an ODATA filter to get the right letters depending on answers from Forms and a Compose i get a string with the values:
a, a, b, a, c, a, c, d,
And noooooow, I would like be able to count how many occurances "a", "b", "c" and "d" has, to then check which letter has the most occurances. I am looking for a function like CountIf or something similar but can't find it in Flow?