Hello everyone,
I have a list (37 items currently) with actions that have a status of 'Open' or 'Closed'.
I'm trying to use a CountIf formula on that list via powerapps on a browse gallery to display the number of open actions on that row.
e.g. Row 1 has 4 actions and two of them are open so I want the returned value of the CountIf function to be 2 on that item.
Below is my current formula that works to a degree.
CountIf('WALK Register',ThisItem.'Status 1'.Value = "Open")
This works but it will count all true values of that column which is currently showing 37. (So each row that has a true value under status will count all rows regardless of their value).
I'm under the pump and don't have much time to troubleshoot what I believe to be a simple formula so any help would be great.
Thank you.