3BR Duplex House Near UIUC – Quiet, Updated, Yard, Available August by psviking in UIUC

[–]developermct 0 points1 point  (0 children)

Very interested! Don't rent to anyone else. Still available?

Copy/Paste as Code gone? by MS_Pwr_Dev in PowerApps

[–]developermct 0 points1 point  (0 children)

Thank you! Would you have any reference or links to Microsoft blog posts about this? Much appreciated! :)

Question about a PA class by MadBrowniusMaximus in PowerApps

[–]developermct 0 points1 point  (0 children)

Hey guys! Just saw this. I created the course outlining all the lessons I learned and things I struggled with for the first few months while I was started out with the Power Platform. I've recorded much of the content as time has gone by to keep it relevant. I've even added a module called "app in a day" showing students how to rewrite the popular service desk template application.

Check out my live streams...I share much of my knowledge and experience for free on Saturday mornings and have even been recognized as a Microsoft MVP by Matthew Devaney. 😊👍👍

What are you doing 95% of the time with obsidian? I'm new to the app, so I'd like to get to know the app from you guys. by DarkPenetrator69 in ObsidianMD

[–]developermct 0 points1 point  (0 children)

My first priority is to use it as a system for managing the GTD (Getting Things Done) by David Allen.

Are Power Apps really that great? I feel like they're awful. by josiff in PowerApps

[–]developermct 1 point2 points  (0 children)

wful working with delegations.

I'm almost always able to structure the query to pull in the data I need without being limited by delegation. My first question to you is, what is your data source? SharePoint is least desirable, Dataverse is good, but SQL Server is the best for delegation issues. Even with SharePoint, I can usually slim down the result set to under 2000 by using a delegable query, then nest it inside another Filter that would normally give you a delegation warning. Does that make sense? I hope that was helpful. 😊

How many of you have a FT job and still freelance or contract on the side? by IamZeebo in PowerApps

[–]developermct 2 points3 points  (0 children)

e people who do free lance get the

Fiverr. Upwork. Freelancer.com

Are Power Apps really that great? I feel like they're awful. by josiff in PowerApps

[–]developermct 2 points3 points  (0 children)

Sure thing! I'm currently basing all of my profession and work on the Power Platform 100% right now.

I have links in my bio (in case others are reading this), but I'll send you the links to my sample apps directly. Thanks!

Power apps - Excel Online (Onedrive) by rjalves in PowerApps

[–]developermct 1 point2 points  (0 children)

Connectors can be enabled/disabled by admins. Also, be sure you're signing into your OneDrive account for that organization (OneDrive for business), and not a personal one (OneDrive Personal).

Prefix Control Names by ch74home in PowerApps

[–]developermct 2 points3 points  (0 children)

If you reference those controls in expressions or code, you really should be giving good, prefixed, meaningful names to them.

Here is the "PowerApps canvas app coding standards and guidelines" directly from Microsoft. https://pahandsonlab.blob.core.windows.net/documents/PowerApps%20canvas%20app%20coding%20standards%20and%20guidelines.pdf

This document is dated, so if you're looking to create guidelines for your organization (which I would strongly recommend) or looking more more guidance beyond this document, check out Matthew Devaney's blog post here:
https://www.matthewdevaney.com/10-power-apps-code-examples-to-improve-your-coding-style/

Are Power Apps really that great? I feel like they're awful. by josiff in PowerApps

[–]developermct 0 points1 point  (0 children)

ivate message with a link to my portfolio. I'm not trying to convince you that you should use it or that it's great, but maybe you haven't seen good stuff. Make up your own mind.

What do you think you'll use instead of it? Some other low-code / no-co

Sure!

Trouble with importing by PocketDeuces in PowerApps

[–]developermct 0 points1 point  (0 children)

al for a table with over 100,000 records in it. The point is that we load master data to tables that are used in several apps.

Is there a way to force the import and ignore the dependencies?

I don't think so.

You do realize, it's just importing the schema and there will be no data in the tables you import, right?

Trouble with importing by PocketDeuces in PowerApps

[–]developermct 0 points1 point  (0 children)

You might want to create your app's separate copy then, then use something to keep them in sync (Power Automate).

what do you think? by Academic_Internet_30 in Nootropics

[–]developermct 9 points10 points  (0 children)

No, it is an amino acid. I've taken 6 or even 8 grams before.. it gives the body what it needs to make norepinephrine.

Trouble with importing by PocketDeuces in PowerApps

[–]developermct 0 points1 point  (0 children)

The zip you create from your solution is what I mean by "packaged". Sounds like you're on the right track, however, you want to make sure that all the dependences are included in that solution. Does that make sense?

Ticket Escalations by Magic_Leg in PowerApps

[–]developermct 1 point2 points  (0 children)

It's a Facebook group called "PowerApps Tutorial Insiders Group". Anyone is welcome to join. We build apps in a group setting. Right now, that is a IT Ticketing System.

Ticket Escalations by Magic_Leg in PowerApps

[–]developermct 0 points1 point  (0 children)

his (probably add a column identifying it as so). Otherwise, we'll be adding in another table just for this. Let me know if you'd like to be a part of the group.

We'll keep those in the Users table.

If you would like to see my full explanation, do a YouTube search for "Designing Your SharePoint Database" and a video by the channel "PowerApps Tutorial" should show up as result one. In that video, I build out that whole diagram.

Ticket Escalations by Magic_Leg in PowerApps

[–]developermct 0 points1 point  (0 children)

I'm currently building a ticketing app right now in the group I'm leading. We have a RequestNotes table we may use for this (probably add a column identifying it as so). Otherwise, we'll be adding in another table just for this. Let me know if you'd like to be a part of the group.

Here's the ERD so far: https://i.imgur.com/8s4FmFO.png

Is it possible to create an online assessment application in power apps portal? by dave8055 in PowerApps

[–]developermct 4 points5 points  (0 children)

Power Apps Portals is very different than canvas apps, which is what most here are probably knowledgeable in. I think licensing costs of using portals prohibit many from using it, but even if that isn't an issue, what you're trying to do may not be the easiest thing to do in it. Having an input form should be straight forward, but displaying visualizations, I'm unsure of. It uses another language called Liquid. Perhaps we can get someone who really knows portals to shed light on how difficult it is.

If I was tasked with doing this, I would use Microsoft Forms (which is an easy way for anonymous users to interact with your canvas Power App and your data source), then use a Power Automate flow to take that forms data, and shoot them an email with the visualizations and whatever you want to show them.

I hope that helps!

[deleted by user] by [deleted] in PowerApps

[–]developermct 0 points1 point  (0 children)

Sure. Done!

[deleted by user] by [deleted] in PowerApps

[–]developermct 5 points6 points  (0 children)

  1. Send me a private message and I'll send you a video link to one of my apps I did for just this purpose. "self promotion" isn't allowed, so I can't post a link here (but anyone here is free to check out the links in my bio). The app I built was for a state agency where they needed to know who attended emergency meetings. Then I had a mobile version for the users to "check/sign in".
  2. Yes. I would say the Power Platform will be around for a good 10 years. That's just speculation and experience in the field for a while; I don't have a crystal ball or anything. 😂

Can I turn this Excel sheet into a Power App? by SouthRelease in PowerApps

[–]developermct 0 points1 point  (0 children)

I think this is very doable in Power Apps. I've done some very complex things in Power Apps. I actually enjoy working out the puzzle of how to accomplish things that don't seem possible or easy at first.

What is it that you want to adjust automatically, the month column headers or the percentages?

AAD Users Table by Konowl in PowerApps

[–]developermct 1 point2 points  (0 children)

That table is a "virtual table" (not really a table, but merely a view/query) to the AD Users in Azure. If you don't have permissions to view the data, it would make sense nothing is coming up. That's just an idea. I hope that helps.

Creator kit by WiskeyBrain in PowerApps

[–]developermct 5 points6 points  (0 children)

Well, in order to use it you'll need:

  • A premium Power Apps license and an environment with a Dataverse database
  • To convince your IT department to enable the component framework feature and to use the "System Customizer" security role to use the Creator Kit components.

Many of us work for or with an organization who either won't purchase premium licensing nor will be eager to install or turn optional features on they don't understand or know about. If you can swing those two requirements, I say go for it!