videos

Cool ways to add 1000+ Icons & Emojis in power apps

Almost every app and website user an icon extensive. One of the most important ways to give your apps more graphical and visual depth is through the use of icons. Numerous icons can be found under the icons menu, along with geometric shapes that can be stacked on top of one another to produce effects. There are many icons available, and many of them will meet the graphical needs of your app without requiring you to create your own graphics. In this video, I’ll demonstrate four different ways to use icons in Power Apps in this video.

  • Icons that are pre-made and included with the App Maker studio – are fantastic, however, the choices are few,
  • My least favorite option is to upload icons as photos because they are static and their colors cannot be changed.
  • SVGs are my FAVORITE choice. With movement, linear gradients, lighting effects, and so much more, they open up a whole new world of potential in Canvas Apps.
  • The fourth one is characters in Unicode (icons). They are essentially symbols that you may choose, copy, and paste wherever you like.

Images
https://www.flaticon.com/free-icons/download
https://icons8.com/icons/set/download

Icons website
https://www.matthewdevaney.com/2000-free-power-apps-icons/
https://icons.getbootstrap.com/

Unicode websites
https://materialui.co/unicode-characters/
https://www.w3schools.com/charsets/ref_utf_symbols.asp
https://www.compart.com/en/unicode/U+058D

Print a Screen in PowerApps

The print function allows you to select any screen and fit it to a page in order to send it to a printer for printing or allows you to save it as a PDF file. The different configurations of the screen enable different printing outcomes. For fixed screens, they fit the size of the page, for use of the screen templates/special sized screens, we will fit the content to the size of the print.

Phone Calls From PowerApps…WOW!

It’s as easy as Launch(“tel:/206-206-2062”) for all curious. Demonstrate it to your peers! Let the coworkers jealous by pointing out why they aren’t using PowerApps.

Noobie Learning PowerApps E05: Filter, Search, LookUp with a bit of Delegation

In this episode, we will talk about Filter, Search and LookUp. These functions look up the records in the table that satisfy the formula. We will learn how to use Filter to find records that match one or more conditions and discard the records that do not match, LookUp to find a single record that matches one or more conditions, and Search to looks up a record in the table that contains a string in multiple columns.

Creating Shopping Cart in PowerApps

In this episode, we will talk about shopping carts in PowerApps. We will use the SharePoint list to create a list of the product item, use the collection to create a cart, and then use Patch to move it to another SharePoint list as a product order.

Using Service Principal in PowerAutomate

A service principal is created by registering an Azure AD application and then creating a corresponding application user in CDS. If we choose to sign in with an individual user, the CDS action runs in that user context, and in auditing, it shows as the user performed that action. It may cause problems in some scenarios like audit checks/troubleshooting. So better way to do it is to sign in with the service principal/application user. By creating a service principal, we are indirectly creating identification for the flow.

How to create Editable Table in PowerApps

We’ll walk through a step-by-step tutorial for building an Excel-like Editable table/grid in this video on Power Apps Editable Excel-like Gallery or Table (Tutorial). To build the editable grid and live to update our data source, we’ll use Power Apps Galleries.

How to do error handling in Power Automate?

When a connector fails, Power Automate’s default response is to exit the workflow immediately and report the entire run as a failure. Most of the time, this is what you want, but there are times when you need to treat a mistake on your own and take custom steps, such as ignoring it or applying a retry pattern. In this tutorial, I will walk through how we can do error handling in Power Automate.