
Hello,
Short description: I have a SharePoint list with two columns.
- Column "UserId" = type single line text
- Column "Name" = type Person or Group
The Column "UserId" has more or less 3000 values. The Column "Name" is empty
To use the Filter function [ME] I need to copy the values from Column "UserId" to the Column "Name".
I found a good instruction on YouTube https://www.youtube.com/watch?v=8Q7EDxPlbyk and generally it works fantastic
BUT 😉
In my case it could happen that the value in "UserId" does not match with a real User. User has left company and account is no longer valid. In this case the the value from Column "UserId" can not be copied to the Column "Name" and the flow stops with error.
Any idea how I can handle this error?
Thx a lot for your support!
Hi @vespa
This was similar to your use case.
Follow these steps error handling
Here in this bot will not stop if error occurs also, fail also it will come for next steps.
Next iteration it will takes here in this snips just was initialized variable you can use your steps as well other actions you can use.
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.