power apps
12 TopicsNetwork error when using Patch function: The specified column is read-only and can't be modified.
Hi All, I've created a custom form to enter and edit data in a SharePoint Online List. Creating a new item works perfectly, but if I try to edit an existing item, I get the above error when I try to save, and all my changes are lost. I cannot see any "read only" fields (e.g. ID, Modified by, etc.) in the form in PowerApps. The "App Checker" in PowerApps does not detect any problems. Can anyone point me in the right direction? Even if it's just to some log files which might tell me which field/column is causing the problem? Any suggestions appreciated. Greg.22KViews0likes4CommentsCalendar List in Sharepoint - Default item values
Hi all, I hope you're all doing good. I am doing an office attendance calendar from a sharepoint list in order to enable my coworkers to state when they are coming at the office. The list only have 3 values : -The user -The date -Other (Mandatory column of the list i couldnt delete) With the calendar view, this is what it looks like : And this is the form In order to increase user exp, I wanted to set the user per default so he doesnt have to select himself by using this code in power apps form as defaultselecteditem value : { DisplayName:User().FullName, Claims:"i:0#.f|membership|" & Lower(User().Email), Email: User().Email, Picture:"" } But by changing that, the name directly display itself. But unfortunately, when clicking direclty on the calendar on the + button, the date doesnt set itself by default anymore (while it did in the before the change). It is as the Parent.Default function doesnt work anymore... Can someone explain me what is happening here and how to solve that ? Thanks a lot,1.9KViews0likes5CommentsUser Defined Folder Selection within SharePoint for image upload
Hi there, I'm working on a media library and currently building an approval process where staff would have the ability to upload images to SharePoint. I originally was thinking of doing this via MS Forms, but it seems Forms cannot connect to SharePoint in such as way. The reason why we wanted to use Forms was to create a buffer so staff couldn't just put images straight into the SharePoint library and instead would have to wait for the images to be approved by our Marketing team. Is there a way to build a SharePoint Form or Canvas which would allow the upload of multiple images at once? Would appreciate any advice 🙂783Views0likes1CommentAdd Button to SharePoint Form JSON
I maintain a SharePoint list at work, and I would like to create some buttons on the Edit and Display item forms for common quick actions which involve updating data in several fields / columns. I've tried a few approaches: I have a Power Automate flow for each quick action, and I can currently use these flows from the right-click menu when I'm looking at the SharePoint list, but I can't use them when I have the item open and am looking at the Edit/Display form. I was able to make a custom column on a test list that could set other values in the item, but it also wasn't actionable from the Edit/Display Form. I have the Edit/Display Form configured using the options described here: Configure the list form | Microsoft Docs. The idea is to add button elements to the header, with the customRowAction of "executeFlow" (or set Value-- tried this too but no luck). I created elements on the Edit Form that look like buttons, that show up where I want them to, the way I want them to, when I want them to. However, clicking them does nothing. Based on everything I've tried so far, I think the json & Flow setup is correct, but so far nothing has transferred to the list forms. I know Power Apps is an option for this, but I would prefer to avoid re-building the current JSON formatting for the list forms in a new place if I can, since the overhead there is much higher. Is there something specific I need to do differently to make buttons work on the list forms? Alternately, is there a way to pull the existing JSON-formatted list forms into PowerApps to start with as a base? Below is what I have in the header JSON to define one of the buttons (edited out work-specific info for obvious reasons). The button is conditionally visible to me & another user who was helping me troubleshoot, depending upon the status of the item, and the flow ID is just taken from the flow URL. The visibility works fine, but clicking the button doesn't do anything. { "$schema": "http://columnformatting.sharepointpnp.com/columnFormattingSchema.json", "elmType": "button", "customRowAction": { "action": "executeFlow", "actionParams": "{\"id\": \"<the flow ID>\"}" }, "style": { "border-width": "1px", "border-radius": "20px", "width": "225px", "margin": "2px", "box-shadow": "1px 1px SlateBlue", "border-style": "solid", "border-color": "SkyBlue", "background-color": "LightSkyBlue", "color": "MidnightBlue", "text-align": "center", "font-size": "16px", "cursor": "pointer", "visibility": { "operator": "?", "operands": [ { "operator": "&&", "operands": [ { "operator": "==", "operands": [ "[$Technical_x0020_Reviewer_x0020_D]", "" ] }, { "operator": "!=", "operands": [ "[$Status]", "Rejected" ] }, { "operator": "!=", "operands": [ "[$Status]", "Approved" ] }, { "operator": "!=", "operands": [ "[$Status]", "Approved, Won't Be Updated" ] }, { "operator": "!=", "operands": [ "[$Status]", "Abandoned" ] }, { "operator": "||", "operands": [ { "operator": "==", "operands": [ "@me", "<my email>" ] }, { "operator": "==", "operands": [ "@me", "<other work user>" ] } ] } ] }, "visible", "hidden" ] } }, "children": [ { "elmType": "span", "attributes": { "iconName": "SkypeCircleCheck" }, "style": { "padding-right": "6px", "color": "AliceBlue", "text-align": "left" } }, { "elmType": "span", "txtContent": "Mark Technical Approval", "style": { "padding-right": "6px" } } ] } I've also tried making it into a "set value" button instead, but no luck with that either.Solved17KViews0likes5CommentsModern Button Redirect SharePoint List
I added a button webpart on a page that opens a SharePoint list 'newform.aspx' -- is there a way to redirect user back to the source page? I also used Power Apps to edit the new form template and I can't find any option to set up the redirect in Power Apps. I added 'source=' in the URL (button link) but the domain portion of the URL gets drop and can't get it to work. (i.e. https://xxxx.sharepoint.com/sites/xxx/newform.aspx?source=https://xxx.sharepoint.com/sites/xxx/home.aspx -- after I save the button the url changes to https://sites/xxx/newform.aspx?source=https://xxx.sharepoint.com/sites/xxx/home.aspx2.1KViews0likes0CommentsSharepoint list online isn´t showing the customize option to powerapps
Hello Everyone, I have been a problem using the sharepoint list online, I don´t know what happened but the option of costumize my form with powerapps disappeared. Because of it, I am not getting integrate the sharepoint with powerapps . Attach image: "error 1" lack the option custom by powerapps , "certo" other sharepoint list with the option and "error2" in form settings lack the option "custom by powerapps".913Views1like0CommentsSharePoint Designer alternative?
Hi all, I've created electronic forms previously using Adobe Indesign and Adobe Acrobat. I'm wanting to create smarter forms going forward, using data from our Office 365 infrastructure. I've looked at SP Designer, but keep seeing that "It will no longer be supported, so don't bother using it" Is SP Designer still being used? if so, is it worth going through and taking the time to learn it. Or use something else? I like that SP Designer is free! Looking at alternatives, I'm not sure what to go for. MS Forms isn't enough for me. Is Power Apps the alternative to SP Designer (Office 365 application related?) I'm not a fan of that either. Thanks!23KViews0likes4CommentsSharePoint 2016 On-Prem Powerapps: Data Access Error
I made the necessary installations for an on-premises data gateway. Every time I type in the URL I get the following error message: Error We couldn't access your data. Please check the address or try again. SharePoint Site Address '**********' is not valid Any suggestions to fixing this problem? Thanks.775Views0likes0Comments