I have two lists:
1. Ideas (suggestions)
2. Applicants (applicants to idea)
For each application a new list entry is created and a flow triggers sending the idea creator an email informing them an application was made to their idea.
I have a PowerApp (canvas App) which should display the number of applications to a particular idea. There is a column called IdeaApplicantCount which should display the number of applicants. The PowerApp reads the column called IdeaApplicantCount and display the number of applicants.
What I would like to achieve is that for each new applicant the "Idea" column is counted and the IdeaApplicantCount list column incremented to the corresponding number of occurrences of the "Idea" column.
I tried to create an array and count how many times the Idea column appeared which would give me the sum total of applications to that Idea but I have been able to do this so far.
Can anyone help ?
Thanks.