Skip to navigation Skip to content BisTekBisTekBisTek
Menu
  • Free
    • Free Trainings
  • Power Platform
    • Power Automate
    • Power Apps
  1. Home
  2. Power Platform
  3. Power Apps

Category: Power Apps

General Power Apps Power Platform

‘With’ Function – An Essential for Power Apps Developers

Why the ‘With’ Function Changes Everything Ever stared at a formula in Power Apps and thought, “This is getting out of hand”? That’s where the With function comes in. It’s a simple yet powerful tool that keeps your formulas clean, reduces repetition, and helps you manage even the most complex logic. If you’re serious about […]

November 23, 2024November 23, 2024 0
Microsoft Power Apps Power Platform

Creating Calendar in Power Apps

So this is how to create a calendar in PowerApps. This is from a JavaScript that I saw before. Initialization of Global Variables Calendar Controls Calendar Header – Display Day Names Calendar Body – Display Items – Gallery Calendar ItemsList

December 23, 2023
0
Power Apps

Using MS Graph for Free in Power Apps – Courtesy of Reza Dorani

Courtesy of Reza Dorani This is not my original post but this is quick reference to setting up a quick search functionality. Graph Explorer Add this code in the App. Formula. Use this code on either the OnSelect property of a search button or the OnChange property of TextInputVisit our partners,shoes – leaders in fashionable […]

November 26, 2023June 20, 2024 0
Power Apps Power Platform

Sending Teams Adaptive Card to Canvas App

For this post, I used to use Power Automate to do this but wanted a more straight forward way. I luckily have bumped with Hiro(@mofumofu_dance) Blog which helped get on the function quickly. I’m posting it here on my blog as a personal reference. If ever you there, dear stranger, have also had difficulty implementing […]

September 11, 2023September 11, 2023
0
Power Apps Power Platform

Joining two collections in PowerApps

Adding this here cause I keep forgetting how do it. Use cases:

August 9, 2023 0
General Microsoft Power Apps Power Platform

Patching a Multi-Select Person Column in SharePoint

Simplify SharePoint user selections using Power Apps’ Patch function. This code snippet enables multi-select choices from a Combo Box, efficiently updating a SharePoint list’s multi-select person column. Option A – Assign to variable first then use the variable in Patch Option B – Directly do in Patch

July 27, 2023July 27, 2023
0
Microsoft Power Apps Power Platform

Transferring ownership in PowerApps – Canvas App

Canvas apps can be co-owned or have the owner replaced. If an owner is leaving, they can share the app through the Maker portal. This change does not affect the users with whom it is shared. If the owner of the app leaves without adding a co-owner, an admin can change the owner through PowerShell. […]

June 3, 2023June 3, 2023 0
Microsoft Power Apps Power Platform

Converting a 24 Hour Dropdown to a 12 Hour AM/PM Drop Down

1. Update the properties in your Hour dropdown to the following Items Default 2. Add a new Dropdown and let’s name it dropDownAMPM Items Defaults 3. Update Property of the DataCard of your patch If you need to submit it with only Time Value If you need to submit it with a Date Value

June 2, 2023June 2, 2023
0
General Microsoft Power Apps Power Platform

Get Form Entries from Controls Inside a Gallery

Code on Save to SP Code on Clear colTemp Button Code on Add 1 Row Button Code on Trash Icon

May 29, 2023May 29, 2023 0
Microsoft Power Apps Power Platform

Create a Dynamic Greeting Label for Users

In this guide, you’ll learn how to implement a label that dynamically changes based on the time of day and incorporates the user’s first name for a personalised touch Code explanation: Overall, this code is used to generate a personalised greeting for the user based on the current time of day and their first name.

April 13, 2023April 13, 2023
0
  • 1
  • 2

© All rights reserved. Made with by  ryfetech.com
Cookie Policy   |   Privacy Policy

Top