1
votes

I am new on using the powerapps, I tried to make a app from the sample Data as Asset Checkout.

After the all done, I tried to run App Checker but it showed errors "Missing Accessible Label". Trying to find the solutions from the Search Engine but unfortunately I can't find it (AccessibleLabel filled "").

Anyone know how to fix this, thanks for any advice.

2

2 Answers

3
votes

AccessibleLabel is one of the properties for PowerApps controls that will help with accessibility. Its value is what screen readers will read out loud, and is quite important for visually impaired users.

You can find more information about it at https://docs.microsoft.com/powerapps/maker/canvas-apps/controls/properties-accessibility.

2
votes

These missing accessible label errors do not interfere with running app. To fix that errors you have to put some text that describes the item into AccessibleLabel field of your control. People who can’t see the screen can understand what is in controls.