Hi,
I was wondering if there is a better solution to the issue I am facing.
Background:
MS Form for training requests with approx. 12+ job types and up to 10 courses (Displayed via Likert) that they may need so you can imagine the output data from the form (multiple of each course) so that filters into the correct fields within the list
I would like to take the data from those course fields within the sharepoint list and check if they contain:
N/A
Nothing at all (Empty)
I thought about adding all of the items to an array then querying each to check and update each array item when the required conditions are met. I seem to have been going around in circles for what seems hours to get that working and couldn't
Below is what I have come up with and it does seem to do the job but is there a more efficent way to be doing it?



It repeats for each course in the Sharepoint list.
Thanks for taking the time to read this.
Paul