Microsoft has a survey that pops up every so often for the end user of any power apps.
It should be OFF BY DEFAULT with the option to enable it, but failing that I should at least be able to turn it off.
The survey should be made clear it is a MICROSOFT SURVEY and not a survey produced by the tenant.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@JohnMacDougall You can disable that pop-up
Get-TenantSettings
Output
------------------------------------------------------
walkMeOptOut : True
disableNPSCommentsReachout : False
disableNewsletterSendout : False
disableEnvironmentCreationByNonAdminUsers : False
disablePortalsCreationByNonAdminUsers : False
disableSurveyFeedback : True
disableTrialEnvironmentCreationByNonAdminUsers : False
disableCapacityAllocationByEnvironmentAdmins : False
disableSupportTicketsVisibleByAllUsers : False
1. Type: