I am trying to update Sharepoint list named ="employeeBalance" when a button is clicked. When the first time I do the adding, currentUserMCBalance.Text able to get the value of "2" and it perform add correctly.
However, after I patch and I trying to patch another record, i get this.currentUserMCBalance.Text hit "encountered an internal error" and the adding is not working correctly. Could some one please help me? It feels like the sharepoint DB not refreshing
Solved! Go to Solution.
Hi @Jesscy,
Could you please add a Label and put the currentUserMCBalance.Text into the Text property to see if it displays the correct value?
Actually, it is a known issue that this message will not affect your application performance.
You could add a Gallery and set its Items as your SP list 'employeeBalance',
First(Sort(employeeBalance,Created,Descending))
Set the Text of the Label within as below to see if it updates successfully.
ThisItem.MCBalance
In a word, this message could be ignored only if your Patch() works great.
Hope it could help.
Regards,
Qi
Hi @Jesscy,
Could you please add a Label and put the currentUserMCBalance.Text into the Text property to see if it displays the correct value?
Actually, it is a known issue that this message will not affect your application performance.
You could add a Gallery and set its Items as your SP list 'employeeBalance',
First(Sort(employeeBalance,Created,Descending))
Set the Text of the Label within as below to see if it updates successfully.
ThisItem.MCBalance
In a word, this message could be ignored only if your Patch() works great.
Hope it could help.
Regards,
Qi
User | Count |
---|---|
260 | |
110 | |
92 | |
55 | |
41 |