Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Owned by Darren

Learn Power Apps

2.5k members • Free

A community of people who are enthusiastic about and trying to learn about Microsoft's Power Apps!

Power Apps Templates

128 members • $25/m

Memberships

Customer Engine Academy

324 members • $149/month

AI Money Lab

38.9k members • Free

N8nLab

4k members • Free

GovTech Community (Free)

16.8k members • Free

715 contributions to Learn Power Apps
🔥 POWER APPS RESCUE MISSION: Drop Your Toughest Questions Here 🧵🚨
Drop your burning Power Apps questions below 👇 (Canvas, model-driven, Dataverse, formulas, components, licensing, governance… you name it!) We’ll jump in and answer as many as we can! 🚀 #PowerApps #PowerPlatform
🔥 POWER APPS RESCUE MISSION: Drop Your Toughest Questions Here 🧵🚨
1 like • 22h
@Victor Miranda Here's the welcome pack @Elvis Eyobor mentioned: https://www.skool.com/learn-power-apps/classroom/018a2570?md=85128f9215c54d06b4f36f14bfad7c4e Here are the basics: https://www.skool.com/learn-power-apps/classroom/25ff49a5?md=fbe09013e7b4466a88b8b321b3d33d05 Here's the crash course: https://www.skool.com/learn-power-apps/classroom/90da163d?md=8ab56687c2cd49f6af7169162aa55e47 But yes, as @Elvis Eyobor mentioned, we have more thorough and deeper material. Let us know. We have a lot of practical, hands-on, tutorial, labs, etc
POWERAPPS TROUBLESHOOTING TIPS 👮🚨
Before diving in to fix any bug: 1. 🔁 Reproduce consistently If you can't reliably trigger it, you can't reliably fix it. 2. 🎯 Isolate the problem Is it app logic, data, network, platform limits, or something else? 3. ⚙️ Change one thing at a time Multiple changes = impossible to know what actually worked. 4. 📝 Log everything you tried & observed Your future self (and teammates) will thank you. Solid troubleshooting turns chaos into clarity. Save this for your next debugging session! 💡
POWERAPPS TROUBLESHOOTING TIPS 👮🚨
1 like • 22h
[attachment]
SharePoint File Link to Document Library Question
@Elvis Eyobor @Darren Neese In the solution we talked about the other day I have a Power Automate workflow that takes the submitted information and generates a PDF copy of the form. The flow then saves it to a SharePoint Document Library under Shared Documents. I was trying to create a File Sharing Link and save the link back into the main SharePoint List for the app. I am running into issues when users who are not owners on the SP site try to run the flow stating that it is forbidden to create the File Sharing Link. CoPilot seems to think that sharing is turned off in the SP Admin, which I do not have access to. The question I have is do you think it would work if I just put the path to the document into the list? Would that allow users who have edit rights on the site to be able to open and review the document? How have you handled situations like this?
1 like • 3d
It will work. The "Create sharing link" action in Power Automate requires elevated permissions—typically site owner or specific sharing permissions configured at the SharePoint admin level. When the flow runs, it executes in the context of the user who triggers it (unless you're using a service account), so non-owners get blocked. The direct URL solution will work: - no special permissions needed - SharePoint permissions control access - simpler and more reliable than sharing links built-in dynamic content - The "Create file" action returns Link to item in the dynamic content - Just map that directly to your SharePoint List column alternative https://[tenant].sharepoint.com/sites/[sitename]/Shared Documents/[filename].pdf you'd build this using your dynamic content for the file path.
🚀 PowerApps Performance Tips: Make Your Apps 10x Faster!
Hey everyone! If you want to speed up your PowerApps workflow and boost performance, here are two proven tips that can make a huge difference: ✅ 1. Creating PDFs - Instead of complex workarounds, use the HTML Text Control with the PDF() Function. It’s lightweight and efficient for generating PDFs. This method is 10x faster than using PDF() Function with containers ✅ 2. Saving a Collection of Data - Avoid using ForAll() for bulk updates—it’s slow and resource-heavy. Instead, go for Direct Patch() for faster and smoother data operations. ==>> Patch(Datasource, myCollection) You can get this to work by first saving the schema of the datasource into the collection by using this formula here: ClearCollect(myCollection, Filter(DataSource, false)); Update your collection with entries then patch back to the datasource.. it works 10x faster than using the ForAll() 🏁🏁These methods have been tested and deliver noticeable improvements. Try them out and let me know your results! 💡
🚀 PowerApps Performance Tips: Make Your Apps 10x Faster!
1 like • 11d
Show us how you do it, @Elvis Eyobor ! 😎
User Roles Issues
I rolled out our Job Site Safety Analysis application for the pilot this morning and users are reporting that menu items are not available to them. The menu has the following code in the table for the items: { Name: "New", Icon: Icon.People, Image: 'Hazard-Wheel-Clean', Description: "Submit a new JSSA", ScreenToGoTo: 'Header Info Screen', ShowForThisRole: "Admin;Developer;Tester;Issuer;Approver;User" } On the splash screen I have a timer with the onTimerEnd Property set to load a bunch of data in a Concurrent function: If( fxConnectionStatus, Concurrent( ClearCollect( colAppUsersData, ShowColumns( AppUsers, AreaID, Email, HeadquartersID, ID, IsActive, MirrorID, Phone, RoleID, SortOrder, Title ) ); If( !fxIsInStudioMode, SaveData( colAppUsersData, "SavedAppUsersData" ) ), ClearCollect( colAppRolesData, ShowColumns( AppRoles, ID, IsActive, MirrorID, Title ) ); If( !fxIsInStudioMode, SaveData( colAppRolesData, "SavedAppRolesData" ) ) ... In the Menu item's DisplayMode Property I have it look up the user's role from a collection by ID, and then lookup the Title of the role from another collection and then see if the Title is in ThisItem.ShowForThisRole The user I spoke with said that all the menu items are disabled. Should I move the creation of the collections for colAppUsersData and colAppRolesData to the onStart or onVisible for the screen? Any help would be appreciated...
0 likes • 15d
@Dustin Rocksvold nice!
1 like • 13d
@Dustin Rocksvold
1-10 of 715
Darren Neese
7
4,845points to level up
@darren-neese-7615
I teach Software Development using Microsoft Power Apps! https://linktr.ee/developermct

Online now
Joined Apr 25, 2023
INFP
Orlando, FL
Powered by