Lists
2956 TopicsSharepoint Online error when editing a listitem e.split is not a function
Hello, am having a issue with a list that is used on a daily basis by a team of people. We discovered the other day we can no longer make edits (I am the admin of the site and others with edit rights have the same issue). When we double click on the list item for editing it gives the error below. I have researched online and found advice to try the edit in private or incognito mode and indeed this works. But its not a longer term fix. I also tried to save a new view copy, but it had the same editing error. Can you advise on how to fix this error? Could it be browser update related?7.3KViews0likes11CommentsSorting a List on a Lookup Column
I have a list with a lookup column. The lookup column brings back the ID from the linked list. I can use the list tools to sort the list by this column into descending order and use the group by option and it works fine (see below). But if I save this view it reverts the sort order to ascending. Anyone have any idea how to resolve this?31Views0likes0CommentsNested Dynamic Filtering on web parts does not work
I created a Sharepoint page and added an MS list web part, which I use as a "filter" selection. Then, I added a second MS list to display the main list of content items, configured with Dynamic filtering based on selecting the "filter" list. Then, I added a Document library web part, which is again configured with Dynamic Filtering based on the selection of the second content item list. Unfortunately, when you select an item from the "filter" list and then select an item from the second "content" list, the document library does not update based on the selection. HOWEVER.. If I select an item from the second "content" list without selecting an item from the "filter" list, the document library updates and shows the filtered content correctly. Any idea why it would not work and how to fix this? Seems like it should work249Views0likes5CommentsView json formatting broken in SharePoint Online - Any changes to json formatting from Microsoft
Hi All, I'm not sure if anyone is experiencing this. I have some view formatting i have applied on my SharePoint list but its all appearing weird this morning. As anything changed from Microsoft. The below just use to the be small card with letters in it. Now suddenly its very large. How can I reduce the height and width of the card? Thanks in advance My Json below { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/tile-formatting.schema.json", "height": "150", "width": "600", "hideSelection": false, "formatter": { "elmType": "div", "style": { "display": "flex", "align-items": "stretch", "margin-bottom": "16px", "flex-grow": "1", "justify-content": "space-around", "padding": "5px" }, "children": [ { "elmType": "div", "style": { "width": "100%", "height": "100%", "flex-wrap": "wrap", "display": "flex", "box-sizing": "border-box", "padding": "4px 8px 5px 8px", "border-radius": "2px" }, "attributes": { "class": "ms-bgColor-neutralLighterAlt" }, "children": [ { "elmType": "div", "style": { "text-align": "left" }, "children": [ { "elmType": "div", "style": { "color": "#333333", "font-size": "16px", "font-weight": "600", "margin-bottom": "5px" }, "txtContent": "[$Title]" } ] } ] } ] } }364Views2likes5CommentsSharepoint conditional formatting not applying to item view
Hello, I require some help with a sharepoint list that I have setup to track issues. I have a column that has a priority label: Low, Medium or High based on a number value. I have setup a conditional formatting see below in list view: However, this conditional formatting does not show in the item view see below: Is anyone able to tell me why and how do i correct this? Many thanks61Views0likes0CommentsIs Microsoft List and SharePoint lists the same thing
I always create SharePoint sites and add SharePoint list. inside the SharePoint lists i add custom content types , create power apps and power automate to automate the lists. now today i came across the Microsoft lists, where from my Office 365 page >> i click on "Lists" >> create a new list >> and chose an existing SharePoint site, as follow:- and what i get is exactly the same as the SharePoint list.. so can i say that Microsoft lists and SharePoint lists are the same thing? or there are differences between them? Thanks16KViews0likes11CommentsWhy are SharePoint list items duplicating automatically?
My list acts as a task list and is populated through a MS Form and then power automate. This process works as it should and allows users to add up to 20 different tasks (Items) within the list at once. However I have set up a custom form within the list that has been edited through power apps and allows users to add a singular task if they want. Tasks are grouped by area. If I add a single task to an area through the power app, this task doesn't appears, but instead just duplicates all the tasks that were already under that area and creates a new group of that area. So I then delete the duplicated items and the original ones then automatically get removed also, leaving me with the individual task added... Any Idea what's causing this? I have an identical set up for a separate part of the factory and do not have this problem ( This one was set up first). However I checked both against each other in terms of the power app set up and cannot find the problem. Any suggestions?86Views0likes1CommentDynamically fill Execute Flow - Flow ID from column value
I'm hoping to have a Microsoft List that has a list of Flows with a button to launch the flow. I have a column where I would enter the ID of the flow to then be able to input the value dynamically into the JSON on the button column. Then formatting the JSON on the button launch column to include the following. "customRowAction": { "action": "executeFlow", "actionParams": "{\"id\": \"[$FlowID]\"}" FlowID being the sharepoint name of the column storing the Flow ID. When I click the button to launch I get the following error - "The provided flow name '[$FlowID]' contains invalid characters.". If I enter the ID value into the JSON then the flow triggers fine. Is this possible? What am I doing wrong?74Views0likes0CommentsSharepoint List Spacing
New to creating things via sharepoint. What I want is to have 4 selectable buttons that are 150px x 100px with the title shown and upon selecting the content it would open the link to a different site in a new tab. Everything works as it should, minus the huge space between the text/buttons. This is created via a list. I need all 4 to be on the same plane and ideally always be 600px wide combined { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/tile-formatting.schema.json", "hideSelection": true, "hideColumnHeader": true, "fillHorizontally": true, "formatter": { "elmType": "div", "attributes": { "class": "sp-card-container" }, "style": { "display": "flex", "flex-wrap": "wrap", "margin": "10px", "gap": "10px" }, "children": [ { "elmType": "div", "attributes": { "class": "ms-bgColor-white" }, "style": { "height": "100px", "width": "150px", "justify-content": "center", "align-items": "center" }, "children": [ { "elmType": "div", "attributes": { "onclick": "window.open('[$Link]', '_blank')" }, "children": [ { "elmType": "a", "attributes": { "title": "[$Title]", "href": "[$Link]", "target": "=if ([$Link] == '', '', '_blank')" }, "txtContent": "=if ([$Title] == '', '–', [$Title])", "style": { "color": "#000000", "font-weight": "regular", "font-size": "40px", "padding": "10px", "text-decoration": "none" } } ] } ] } ] } }89Views0likes1CommentUser can't access item in list even though they seem to have permission
Hi I have a SPO list which users can add to. In a Flow I break permissions and then grant edit access to a user. I can see in the item that they have "Can edit" access. (this gives the same message) https://contoso.sharepoint.com/sites/mysite/Lists/mylist/DispForm.aspx?ID=56 However when they click on the item they get Sorry, something went wrong No item exists at https://contoso.sharepoint.com/sites/mysite/Lists/mylist/DispForm.aspx?ID=56&ContentTypeId=0x0100144F21075C460449AF03405563EEBFE4. It may have been deleted or renamed by another user. In my Flow I do this ... Thanks P367Views0likes2Comments