Hi,
I have a 2 SharePoint lists:
1. Pitches
2. Applicants
Users apply to take part in one of the submitted "Pitches" by completing a form. I have created a Number column called ApplicantCount in the Pitches list and would like to increment the ApplicantCount column +1 for every applicant.
The applicants (applications are captured in the Applicants list.
The trigger being OnSelect. The applicant selects the title of the pitch (dropdown) and submits the application.
What I want to achieve is that the ApplicantCount column +1 is incremented with every application.
The Title in both the Ideas and Applicants list are identical.
I assume i need to use either the Update() or Patch() function but am struggling with the syntax.
Thanks