Hello,
I'm making a Quiz in power app, and I need after the app after the person finishes the Quiz to record the grade of the employee on a sharepoint list that has a column with all names
To identify more:
if person FirstName.LastName@Company.com is taking the quiz and score is stored in a variable called "Score", the App searches for the name on the Sharepoint list and adds the score on the corresponding column
thanks
Solved! Go to Solution.
@IbrahimShetayah You can use the Patch function to do that (rename as necessary),
Patch(yourSPList, LookUp(yourSPList, Email=User().Email), {Score:varScore})
@IbrahimShetayah You can use the Patch function to do that (rename as necessary),
Patch(yourSPList, LookUp(yourSPList, Email=User().Email), {Score:varScore})
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
183 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
260 | |
87 | |
79 | |
68 | |
67 |