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.
User | Count |
---|---|
208 | |
97 | |
60 | |
54 | |
52 |
User | Count |
---|---|
257 | |
158 | |
87 | |
79 | |
65 |