Power Apps: Navigate Function

Power Apps: Navigate Function

This is my Quick & Dirty series where I give you exactly what you’re looking for — quick & dirty! Today we’re looking at the Navigate Function! Navigate is super simple! Use it to take the user to another screen within Power Apps! We’ll...
Cascade Drop Down List (Using Distinct)

Cascade Drop Down List (Using Distinct)

Power Apps Dropdown: Do you have controls that need to link together so that one filters based on the value of the other? We’ll cover how to achieve this with drop down lists, but also explain how it could be applied to other listing controls like listboxes,...
Power Apps: Convert Time

Power Apps: Convert Time

In this video, we will learn how to convert a decimal number of minutes and convert it into a hh:mm:ss time string. We’ll utilize the With Function within the Power FX language to achieve this. We’ll take it one step at a time and use multiple controls...
Power Apps: Edit Drop Down List Values

Power Apps: Edit Drop Down List Values

You have drop-down lists all over your application. Many of those lists you’d like to be dynamic and data-driven. In this video, we’ll create an edit screen which will allow you to add, edit, and manage those items for those drop-down lists. Here are the...