Hi Team,
I have to update SharePoint list with Manager details for all users.
1.Tried using send an HTTP request to SharePoint list but instead of Manager name I am getting Account name
2.Then I used get manager(V2) where I can able to get the manager name but there are blank records which doesn't have manager name. How to handle those blank records?
"Resource 'manager' does not exist or one of its queried reference-property objects are not present"-Error Message
Thanx in advance. Please help me to resolve this issue
@Sushma_Daggolu Use a condition and condition should check 'is not equal' to null
You can also add an special error handling with the scope activities (Try, Catch …).
Hi,
You can try using "Configure run after" to catch whenever the "Get manager" action returns error. Use a variable to store manager name/other details, if Get manager action fails you can set it as "not found". if the failure action is skipped you can set variable to output of Get manager:
Thank you.
User | Count |
---|---|
102 | |
40 | |
29 | |
23 | |
16 |
User | Count |
---|---|
132 | |
52 | |
50 | |
36 | |
24 |