stuartridout / teamlink

TeamLink is a free Microsoft Teams Power App using Dataverse for Teams. It is a space where your team can share there whereabouts for the week ahead directly in Microsoft Teams. Users can select who they want to 'follow' and see the upcoming presences of or can view by site to see who is planning to be on site on that day. TeamLink allows you then to message to see if the person wants to meet up for a coffee ... all from the click of a button!
MIT License
50 stars 2 forks source link

Flow "Update User Info" fails when the user no longer exists (leave the organisation) #28

Open tdashworth opened 2 years ago

tdashworth commented 2 years ago

image

I propose this error is caught (using run after settings) and potentially deleted or flagged not to be updated again.

stuartridout commented 2 years ago

That's so weird that you've posted that as we've literally started testing that today. The two main errors we're catching in this process are User Not Found and Blocked Bot Conversation where the user has blocked the Power Automate bot.

tdashworth commented 2 years ago

Yes! We've experienced the latter too.

Note: we're not using the latest pre release version

stuartridout commented 2 years ago

The pre-release has been updated to a full release 1.0.30 now which is recommended if you're having some display issues with default presences.

This also includes automatic purge of historical presence info (configurable).

I'll post back here when the version with error catching is released.