teamlink
teamlink copied to clipboard
Update User Info - dealing with users present in the application but not in AAD
I came across an issue where a TeamLink record existed but the person had left and no longer had a record in AAD. This is just to document what I did to fix it.
-
Rename Get User Profile (V2) to GetUserProfile (only did this because it made the next step easier!)
-
Add a switch (with configure run after as Success or Failed) with expression outputs('GetUserProfile').statusCode

-
Case 200 - move the Update a row action here. Default : put a compose in here but essentially do nothing
This appears to be a duplicate of #28. But thanks for including a solution!