Hello,
We are getting ready to publish a few apps to our users via the PowerApp App from the associated mobile stores.
In our testing, we were asked to provide Feedback about the App after its use. We do not want our users prompted for this.
Is there a setting to turn that off?
Hi @Amghost ,
Sorry, there is no function or feature to disable this feedback survey in PowerApps.
Please consider submitting the support ticket to Microsoft for further assistance.
Sik
hi @Amghost ,
To best of my knowledge, there is no way you can turn off this. Lately, I have also noticed this as a compliant/concern from a few of my clients.
Let me see if any of our Microsoft team members supporting the community could help us by reaching the product team on this.
@ms-user @v-bofeng-msft @v-siky-msft @v-xida-msft @EricaBao @v-yutliu-msft
I hope this resolved your issue if you see any challenge/need further help please let me know I am always happy to do it for my community.
Regards,
Krishna
If this post helps you give a 👍 and if it solved your issue consider Accept it as the solution to help the other members find it more.
I just submitted a feature request for this - please vote for it at https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Disable-Microsoft-Feedback-Survey/idc-p/869139#...
Hi @Amghost @Anonymous @KrishnaV
Here is a way to disable the Feedback Survey using PowerShell.
1. Follow steps 1-4 from this link: PowerShell support - Power Platform | Microsoft Docs
2. Type:
Get-TenantSettings
Output
------------------------------------------------------
walkMeOptOut : True
disableNPSCommentsReachout : False
disableNewsletterSendout : False
disableEnvironmentCreationByNonAdminUsers : False
disablePortalsCreationByNonAdminUsers : False
disableSurveyFeedback : False
disableTrialEnvironmentCreationByNonAdminUsers : False
disableCapacityAllocationByEnvironmentAdmins : False
disableSupportTicketsVisibleByAllUsers : False
1. Type:
$settings = @{ disableSurveyFeedback = $false}
Set-TenantSettings $settings
Hope this helps.
Sincerely.
Community Support Team - Anthony Amador
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
262 | |
110 | |
92 | |
55 | |
41 |