Hi,
You said this is when a Form is submitted. So there should be only 1 person to send an email too, not multiple people.
Your flow does not match what you said you want to do.
After you do your List Rows, you should be doing an Apply to Each to update any rows that need updating. Which is how many???
I only see one column so does each person have one column?
If i were doing what you wanted
1. Trigger on Form Submit
2. Get Response Details
3. List Rows in a Table, Filtering on whatever you can (Form Submitters Email for instance)
4. Update the Row that you want updated with form data AND your calculations data for that row
I do not understand this sentence versus your flow
With a new flow, my goal is to have an email sent (after the form is completed) to the user with their own respective scores from the table.
The user only has 1 row??? that or this is only an example and you have multiple skills per person?
If they have more than 1
5. Add a List Rows and again filter by Email (assuming your original List Rows didn't have them all)
6. Do a Select and Grab the Column Name and Value
7. Create an HTML Table using step 6 data
In your Select the Key would be like Qualification ALL SKILLS
And the value would be item()?['Qualification ALL SKILLS']
Do this for all the columns / rows you want
8. Send your Email to the user.