cancel
Showing results for 
Search instead for 
Did you mean: 

Join the discussion

Most Recent
SpongYe
Super User
Super User

Do you want to learn how to enable or disable a button in your PowerApps form based on the date selections that the user makes? In this blog post, you will discover how to use the Date Pickers and the SetAutoNumberSeed unbound action to control the button's behavior according to the logic that you define. You will also see a video demonstration of how to implement this functionality and prevent the user from submitting invalid or illogical date ranges.

Read more...

cdwhite
Most Valuable Professional
Most Valuable Professional

Take your Power Fx skills up a level with this awesome function

Read more...

Amik
Super User
Super User

We want to add multiple checkbox controls inside a DataCard. Each selected checkbox will populate a Text Input control, and deselection will also remove that selection from the Text Input Control.

 

 

Read more...

Devvj
Super User
Super User

Sometimes you run in to scenarios where the out-of-the-box configuration simply is not sufficient to fill your or your customers' needs. One cool tool at your disposal for achieving this customization is the Client API, which allows you to manipulate the UI and data within your Model-Driven Apps using Javascript.

Read more...

sandeepstw
Super User
Super User

Developing a streamlined and efficient vendor approval process is crucial. It not only ensures that you work with the best vendors but also guarantees smooth operations in your supply chain or service delivery. 

  

In this tutorial, we've seen how you can structure a comprehensive vendor approval process using Microsoft Power Automate and SharePoint list. We've broken down the process into the following steps: 

  

  • Vendor Invitation 
  • Registration Form Automation 
  • Approval Automation 
  • Building the Vendor List 
Read more...

sandeepstw
Super User
Super User

In today's business landscape, developing a streamlined and efficient vendor approval process is crucial. It not only ensures that you work with the best vendors but also guarantees smooth operations in your supply chain or service delivery. Here's a step-by-step guide on how you can structure a comprehensive vendor approval process. We will learn these things -  

 

  1. Vendor invitation 
  1. Registration Form automation 
  1. Approval Automation 
Read more...

AhmedSalih
Most Valuable Professional
Most Valuable Professional

Model-Driven vs Canvas Apps comparison!

Read more...

Amik
Super User
Super User

A dual list selector allows users to select and move items from one list of available items to another list of selected items. Unlike a select list, a dual list selector separates the available options and the selected options into two separate lists, which allows users to easily scan the items they selected (definition sourced from: https://www.patternfly.org/components/dual-list-selector/)

Read more...