cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
BenFrustration
Advocate I
Advocate I

Massively Frustrating and Useless!!!!

I have no idea how you dare to suggest that this whole PowerApps / Flows / Sharepoint business is in anyway user friendly enough for any user to use.  I am a database developer for a living, and I can't get any of it to work.  It's a complete and utter joke!

 

All I want to do is create a PowerApp page with a button that uploads a local file to OneDrive.  There are zero templates offering this very simple concept, and when I try to build it from scratch it asks for completely undefined parameters and there are absolutely no instructions or useful information anywhere to be found.  You have developed all these little seperate interconnecting programs, that only serve to make everything that much more inconvenient.  Please Help!  Please design something I can use!  

28 REPLIES 28
masisley
Power Automate
Power Automate

Hi @BenFrustration,

 

Sorry you're having a difficult time with the product.

 

Where is the source of the local file? Will it be on your PC, or on the device running the PowerApp? Presumably the latter. Here are a few templates that hopefully will help. They're not quite what you're looking for, but may give you a few ideas:

 

https://flow.microsoft.com/en-us/galleries/public/templates/1f4a2b1b99e64e8dbb81b7c47cc5bb11/upload-...

 

https://preview.flow.microsoft.com/en-us/galleries/public/templates/679554ecb78f4e5fa8d4eea205c28440...

 

https://flow.microsoft.com/en-us/galleries/public/templates/d2f34ae0dfa011e6b070f5b13cd24608/copy-ne...

 

Hope that helps.

 

Mark

Anonymous
Not applicable

Agreed, have read twenty or so pages all stating how easy PowerApps are to use and set up. 

I have not found a single page showing you how to do anything other than connect a data source. Its one button. 

 

No where have I found documentation suggesting how to manipluate your data, converting a template to actual data or how to edit the templates using your own data. 

 

Another great idea from Microsoft, that wont last the year due to lack of support, documentation and utterly clueless sales pitches. Sad. 

I am not a DB designer nor have I any education in IT.  I am self taught.  I totally challenge the negative of this discussion.  I have built many apps in powerapps for my teams to use.  I have created some very fancy flows that tell users they have ovedue tasks,  or there are things that must be done now or archives data.  I have both products plus SharePoint integrating extremely well.  I set and forget and everything just happen in accordance with the time line I want.

 

While I do agree there can me be more help,  but I isolate this to my  knowledge on the conditions and formulas.  Everything else is pretty well Monkey see, Monkey do.  That said every google search and these forums all got me fixed. There are some excellent videos by some power users on youtube and I have noted MS are providing enhancements every day. 

 

Flow with powerapps or SharePoint is brilliant so I assume here to stay

dalepmay
Advocate I
Advocate I

Agreed. But it's even worse than you said. I have a very small SharePoint List. The very first column is named 'Site'. According to PowerApps, 'Site' is an invalid column name. This is just 1 example, I've seen this same issue trying to reference column names all over PowerApps. If M$ was smart they would have made PowerApps use SQL statements, but nope.

When a list is created in Sharepoint the first column is normalyy named Title by default so you should refrence title in powerapps.  If you put a number in the name of the column it often gets an odata reference in the title.

 

So there are two ways to get the actual name that powerapps uses.  One is to look in the HTML address bar aty the end of teh address when editing the column.  2 is simply drill down through all the field names when you referenc the list in something like a gallery.  EG:

 

Create a gallery on a form.  Bind it to the list.  Then put a text box in one of the gallery rows and in the text line put ThisItem.  now you will see only the options that are allowed to be attached to teh ThisItem.  Run through them and you will get all the field names (except ones like lookups etc as these are not used in galleries)

 

Another way would be to make a collecion on teh list and scroll through teh columns to look at teh names.  EG.  ClearCollect(Mylist,Listname)

@leyburn19 that is awesome!  I was specifically wondering how your users determine whether or not a Flow worked or what it's current state is?  I've not found an easy and reliable way for a typical user to see where a Flow is at any given time for a given SharePoint item.  In the past our workflows had a status column in SharePoint the user could click and see the status along with any log to history/status messages the developer added to the WF.

You probably don't find it frustrating because you're not a developer. The fact that there is no way to upload a file (other than a dozen responses about uploading images which is useless if you want to upload DOCUMENTS) is extremely frustrating. What's even more frustrating is the lack of care from Microsoft about providing features that are really needed for this to be a useful development platform, such as USER DEFINED FUNCTIONS!

There is no file explorer capability to select a file and upload unless you base it on a form.  So here lies a posiible work around.  Create a simple one column sharepoint list.  Connect to your app.  You can now build a form that only shows the attachemnt option.  this allows a user  to select files.  Given the ID of this will allways be 1 you can now runs a process that:

 

1. submits the form to save the attachments

2. runs a flow to get attachments and do whatever you wanted to do (eg: email to someone) then the flow removes the  attachments so your powerapps view will look ready to do it all again

 

I have not tried this but I think it will work, but I guess I am a non developer who thinks that a developer somewhere thought as a user and gave them a tool to try.  

gdavis53
Regular Visitor

I must concur.  We have a massive number of Infopath/SharePoint applications.  We need to rewite them in PowerApps since InfoPath is being depreciated in 2026.  The main job of these apps is to collect files from the field.  PowerApps can't seem to do this. There are Flows that will upload a file from the local drive, but require a hard coded password instead of taking the current user's credientials.  How useless is that?  How am I supposed to release an app to lots of users with these restrictions? I may have to actually write something that needs to be installed on over 250 people's PCs, just to upload a file.

 

Yes, the PowerApps team have released an attachment control, but limited to 10 meg, which is useless.  They were worried about performance.  Can kinda see why since Flow took over 30 minutes to post a 42 meg file and this was from a network PC, not a phone.  What did they write Flows in, COBOL?  Lucky for us, real time performance is not that big a deal, so we can live with it.  However, not everyone would be in our situation.  

 

I've been spending the last 2 days writing a web service wrapper around Flow to post a file to SharePoint from PowerApps. Everything works except getting PowerApps to load anything but an image to pass to the service.  I may be able to somehow pass the file using the attachment control, but I don't know at this point.  This situation is crazy.

 

Otherwise, I'm supportive of the effort as InfoPath has its own issues.  However, InfoPath actually works and if we have to can write .Net code.  Please, please, please remove the restriction on file upload and provide a way to create our own user defined function.

 

 

 

 

DevelopAlways
Advocate II
Advocate II

How about not having the capability for user defined functions!!!!!! I have been going crazy trying to debug giant if statements with over 200 lines of code. This is rediculous!

 

How about a crappy editor that is so poorly performing, I could write a better editor in Javascript...

 

How about not being about to globally change the name of a variable without changing each instance...

 

How about not having screens as a namespace so that controls are not global but have context within each screen....

 

Shall I continue? MICROSOFT ISN'T LISTENING!!!!!!!!!!!!!

ChemaMateos
Advocate I
Advocate I

It´s a immature environment: too much bugs/workarounds, ignore many simply needs, not easy to replicate between environments...

It lookslike very easy and "pretty", but when you really begin to work in it ... is a mess.

 

Only useful to very small things, not for real production enviroments.

It´s free, that is true.

It's not free. Maybe if you use it on your own, but if you deploy it to others where you are using multiple connections, multiple flows, multiple custom connections, multiple environments, it costs. And without those integrations, it's a toy.


@ChemaMateos wrote:

It´s a immature environment: too much bugs/workarounds, ignore many simply needs, not easy to replicate between environments...

It lookslike very easy and "pretty", but when you really begin to work in it ... is a mess.

 

Only useful to very small things, not for real production enviroments.

It´s free, that is true.


 

Wow! I must be on a different planet. I have over 40 Apps running operationaly with very littly issues to resolve. These include Site Management (Staff, ETime Sheet, Purchase Reqs etc), Audit Tool, Customer Feed Back, CRM, Booking and equipment management, Staff Qualifications Management, Distribution, retail back ordering and it goes on.
A lot of these apps were built for another contract I was working on. I have not been with that for 8 months and the apps are all continuing to do as intended with no failures
To me this software, plus Flow, has made my operational world so much more productive. It is superior to Access, gives more flexibility and is easy to design in. The ideas to improve business are flowing from all areas in the business as everyone starts to see what can be done.
There is a world of good videos to assist on YouTube and there is a great community freely giving support every day. I like the idea I can build effective tools in next to no time and then easily modify it as the ideas flow back from the teams. I have wishes in its development, but I can see it becoming more powerful every day. I guess my real concern is where its licensing will go and teh current trend to addon being based on premium content.

I happily do all my development with the Office 365 E3 license and there are indications new developments will not flow into the app with that level of license. I hope that is not the case as it would completely destroy Customer MS relationship. When you have 5000 employees in a company with 90% having E3 and then only a small percentage of them using this functionality, a company quickly looks at what value is delivered and will move to make savings, particularly if new enhancement are not included and only designed to get more money. The warning bells are there for this product and flow.

Nobody is questioning the idea of having this type of platform. It has it's place in delivering the UI portion of an application that seemlessly integrates components of O365 in a secure manner very rapidly. But MS needs to stop focusing on the breadth of the solution and focus on depth. The editor is way below par. I've been a developer for 40 years and from a developers prospective, I'd rather have a non-browser based editor that performs better, allows me to look at all the code much more efficiently (the variable use list on the File tab is a joke), and has a consistent undo/redo capability. We've asked for a much easier file upload paradigm for the past 4 years (not to mention the maximum file upload of 10 meg, a joke), user defined functions or macros to reduce the amount of duplicated code - also affecting the maintainability and reduce debugging time, and my biggest complaint is data sources not showing the actual state of the data. You update a SQL table, as an example, and you have to set up a timer to do a refresh to get the data source to be in sync with the data. Give me a break!!!!!!

MartenVosmer
Regular Visitor

Please review Shareflex, if your challenges are to complex for Nintex and the Microsoft Power platform.

 

https://lialis.com/shareflexbusinessapp/

Shareflex form example for SharePoint Online Contract management.png

asssssssssssss
Regular Visitor

Totally agree, Flow only can do some basic things, not modular, cannot disable/enable an activity, simple requirement becomes over-complicated by using flow, not for developers to use, neither for regular users, I gave up and quit Office 365, and now working on ServiceNow, hundreds times better for a real developer 

Json1982
New Member

Power apps is a complete joke.   All controls are global, which makes naming conventions incredibly difficult. (Not to mention everything is loaded into memory all the time).

 

Gallery rendering is extremely slow for even a handful of records. 

 

Custom connectors seem to have absolutely no consistency on there definitions.  I have 2 endpoints with the exact same definitions passing a post request via the body. One for some reason requires me to add each property of a record individually, and the other doesn't. 

 

Out of the box functionality that should exist doesn't.  An example I have is simply determining the OS being android or iOS.  Which makes the launch function absolutely useless, since they work differently on each OS. 

 

There is absolutely no way to create reusable code.

 

There is absolutely out of the box way way to create universal layouts (like css).

 

There is no way to debug. There is no collaboration allowing multiple developers to work on different aspects of the app at the same time.

 

Nested if statement are an nightmare.

 

The list goes on and on.  Microsoft blew it hard on this one by trying to build a no code solution to mobile devopement that requires massive amounts complicated code that is almost impossible to read to even function correctly.  

Hi there:

I think you are using it wrongly.  PowerApps and Power Automate are two services to create fast application, and not full-fledged ones.   Are both service perfects? No way but they are (more or less) usable.

If you are creating an application with more than one developer then you are doing it wrong.  PowerApps is for fast applications, nothing more, a couple of hours, a day, or max a week and that's it.  

 

poweractivate
Most Valuable Professional
Most Valuable Professional

@BenFrustration 

 


All I want to do is create a PowerApp page with a button that uploads a local file to OneDrive.  There are zero templates offering this very simple concept


I know it has been some time, but was curious in case you still wanted to know of a template or example for your scenario regarding a button that uploads a local file to OneDrive. Or did one of the templates from @masisley  already help you as a starting point regarding your concern here?

Helpful resources

Announcements

Exclusive LIVE Community Event: Power Apps Copilot Coffee Chat with Copilot Studio Product Team

It's time for the SECOND Power Apps Copilot Coffee Chat featuring the Copilot Studio product team, which will be held LIVE on April 3, 2024 at 9:30 AM Pacific Daylight Time (PDT).     This is an incredible opportunity to connect with members of the Copilot Studio product team and ask them anything about Copilot Studio. We'll share our special guests with you shortly--but we want to encourage to mark your calendars now because you will not want to miss the conversation.   This live event will give you the unique opportunity to learn more about Copilot Studio plans, where we’ll focus, and get insight into upcoming features. We’re looking forward to hearing from the community, so bring your questions!   TO GET ACCESS TO THIS EXCLUSIVE AMA: Kudo this post to reserve your spot! Reserve your spot now by kudoing this post.  Reservations will be prioritized on when your kudo for the post comes through, so don't wait! Click that "kudo button" today.   Invitations will be sent on April 2nd.Users posting Kudos after April 2nd at 9AM PDT may not receive an invitation but will be able to view the session online after conclusion of the event. Give your "kudo" today and mark your calendars for April 3, 2024 at 9:30 AM PDT and join us for an engaging and informative session!

Tuesday Tip: Unlocking Community Achievements and Earning Badges

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!     THIS WEEK'S TIP: Unlocking Achievements and Earning BadgesAcross the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. These badges each signify a different achievement--and all of those achievements are available to any Community member! If you're a seasoned pro or just getting started, you too can earn badges for the great work you do. Check out some details on Community badges below--and find out more in the detailed link at the end of the article!       A Diverse Range of Badges to Collect The badges you can earn in the Community cover a wide array of activities, including: Kudos Received: Acknowledges the number of times a user’s post has been appreciated with a “Kudo.”Kudos Given: Highlights the user’s generosity in recognizing others’ contributions.Topics Created: Tracks the number of discussions initiated by a user.Solutions Provided: Celebrates the instances where a user’s response is marked as the correct solution.Reply: Counts the number of times a user has engaged with community discussions.Blog Contributor: Honors those who contribute valuable content and are invited to write for the community blog.       A Community Evolving Together Badges are not only a great way to recognize outstanding contributions of our amazing Community members--they are also a way to continue fostering a collaborative and supportive environment. As you continue to share your knowledge and assist each other these badges serve as a visual representation of your valuable contributions.   Find out more about badges in these Community Support pages in each Community: All About Community Badges - Power Apps CommunityAll About Community Badges - Power Automate CommunityAll About Community Badges - Copilot Studio CommunityAll About Community Badges - Power Pages Community

Tuesday Tips: Powering Up Your Community Profile

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week's Tip: Power Up Your Profile!  🚀 It's where every Community member gets their start, and it's essential that you keep it updated! Your Community User Profile is how you're able to get messages, post solutions, ask questions--and as you rank up, it's where your badges will appear and how you'll be known when you start blogging in the Community Blog. Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile.     Password Puzzles? No Problem! Find out how to sync your Azure AD password with your community account, ensuring a seamless sign-in. No separate passwords to remember! Job Jumps & Email Swaps Changed jobs? Got a new email? Fear not! You'll find out how to link your shiny new email to your existing community account, keeping your contributions and connections intact. Username Uncertainties Unraveled Picking the perfect username is crucial--and sometimes the original choice you signed up with doesn't fit as well as you may have thought. There's a quick way to request an update here--but remember, your username is your community identity, so choose wisely. "Need Admin Approval" Warning Window? If you see this error message while using the community, don't worry. A simple process will help you get where you need to go. If you still need assistance, find out how to contact your Community Support team. Whatever you're looking for, when it comes to your profile, the Community Account Support Knowledge Base article is your treasure trove of tips as you navigate the nuances of your Community Profile. It’s the ultimate resource for keeping your digital identity in tip-top shape while engaging with the Power Platform Community. So, dive in and power up your profile today!  💪🚀   Community Account Support | Power Apps Community Account Support | Power AutomateCommunity Account Support | Copilot Studio  Community Account Support | Power Pages

Super User of the Month | Chris Piasecki

In our 2nd installment of this new ongoing feature in the Community, we're thrilled to announce that Chris Piasecki is our Super User of the Month for March 2024. If you've been in the Community for a while, we're sure you've seen a comment or marked one of Chris' helpful tips as a solution--he's been a Super User for SEVEN consecutive seasons!   Since authoring his first reply in April 2020 to his most recent achievement organizing the Canadian Power Platform Summit this month, Chris has helped countless Community members with his insights and expertise. In addition to being a Super User, Chris is also a User Group leader, Microsoft MVP, and a featured speaker at the Microsoft Power Platform Conference. His contributions to the new SUIT program, along with his joyous personality and willingness to jump in and help so many members has made Chris a fixture in the Power Platform Community.   When Chris isn't authoring solutions or organizing events, he's actively leading Piasecki Consulting, specializing in solution architecture, integration, DevOps, and more--helping clients discover how to strategize and implement Microsoft's technology platforms. We are grateful for Chris' insightful help in the Community and look forward to even more amazing milestones as he continues to assist so many with his great tips, solutions--always with a smile and a great sense of humor.You can find Chris in the Community and on LinkedIn. Thanks for being such a SUPER user, Chris! 💪 🌠  

Tuesday Tips: Community Ranks and YOU

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!This Week: Community Ranks--Moving from "Member" to "Community Champion"   Have you ever wondered how your fellow community members ascend the ranks within our community? What sets apart an Advocate from a Helper, or a Solution Sage from a Community Champion? In today’s #TuesdayTip, we’re unveiling the secrets and sharing tips to help YOU elevate your ranking—and why it matters to our vibrant communities. Community ranks serve as a window into a member’s role and activity. They celebrate your accomplishments and reveal whether someone has been actively contributing and assisting others. For instance, a Super User is someone who has been exceptionally helpful and engaged. Some ranks even come with special permissions, especially those related to community management. As you actively participate—whether by creating new topics, providing solutions, or earning kudos—your rank can climb. Each time you achieve a new rank, you’ll receive an email notification. Look out for the icon and rank name displayed next to your username—it’s a badge of honor! Fun fact: Your Community Engagement Team keeps an eye on these ranks, recognizing the most passionate and active community members. So shine brightly with valuable content, and you might just earn well-deserved recognition! Where can you see someone’s rank? When viewing a post, you’ll find a member’s rank to the left of their name.Click on a username to explore their profile, where their rank is prominently displayed. What about the ranks themselves? New members start as New Members, progressing to Regular Visitors, and then Frequent Visitors.Beyond that, we have a categorized system: Kudo Ranks: Earned through kudos (teal icons).Post Ranks: Based on your posts (purple icons).Solution Ranks: Reflecting your solutions (green icons).Combo Ranks: These orange icons combine kudos, solutions, and posts. The top ranks have unique names, making your journey even more exciting! So dive in, collect those kudos, share solutions, and let’s see how high you can rank!  🌟 🚀   Check out the Using the Community boards in each of the communities for more helpful information!  Power Apps, Power Automate, Copilot Studio & Power Pages

Find Out What Makes Super Users So Super

We know many of you visit the Power Platform Communities to ask questions and receive answers. But do you know that many of our best answers and solutions come from Community members who are super active, helping anyone who needs a little help getting unstuck with Business Applications products? We call these dedicated Community members Super Users because they are the real heroes in the Community, willing to jump in whenever they can to help! Maybe you've encountered them yourself and they've solved some of your biggest questions. Have you ever wondered, "Why?"We interviewed several of our Super Users to understand what drives them to help in the Community--and discover the difference it has made in their lives as well! Take a look in our gallery today: What Motivates a Super User? - Power Platform Community (microsoft.com)

Users online (4,775)