If need to take alphanumeric input from the user into the PowerApps canvas app, we can use TextInput control. Note that, we can only take numbers, characters, and special characters input through this control. We won’t be able to take any media such as images, video, or audio using th...
Re: Can Case sensitive look up can be done in PowerApps using SharePoint list as a data source? Hi @v-xida-msft , My SharePoint list consist of columns: EmployeeID (which is a number field allows only numbers) and another one Password (which is...
If you're not sure how to make your app more accessible, you can run the Accessibility checker in Power Apps Studio. This tool not only finds potential accessibility issues but also explains why each might be a potential problem for users who have a specific disability and offers suggestions ...
Business rules give you great power to make sure you maintain data consistency in all scenarios.Business Process Flows guide users through using your app. They only work with model-driven apps. These workflows can provide visuals on next steps based on the status of the data and facilitate ...
We use this functionality to disable a button if the Text input control doesn't have a valid email address entered in. Email is a pre-defined pattern that we can easily use. However, remember that it's looking for a pattern only; it doesn't validate whether or not the...
Re: Can Case sensitive look up can be done in PowerApps using SharePoint list as a data source? Hi@v-xida-msft, My SharePoint list consist of columns:EmployeeID(which is a number field allows only numbers) and another onePassword(which is a single...
We use this functionality to disable a button if the Text input control doesn't have a valid email address entered in. Email is a pre-defined pattern that we can easily use. However, remember that it's looking for a pattern only; it doesn't validate whether or not th...
They're built in Power Automate, however they only work with model-driven apps. These workflows can provide visuals on next steps based on the status of the data and facilitate other actions that you want to occur as the user uses the app. Business Process Flows let you bring automation ...
We use this functionality to disable a button if the Text input control doesn't have a valid email address entered in. Email is a pre-defined pattern that we can easily use. However, remember that it's looking for a pattern only; it doesn't validate whether or not the ...
Business Process Flowsguide users through using your app. They only work with model-driven apps. These workflows can provide visuals on next steps based on the status of the data and facilitate other actions that you want to occur as the user uses the app. Business Process Flows let you bri...