Microsoft Lists
1532 TopicsNested 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 work357Views0likes14CommentsCommandBarProps questions
Hi, I try to remove all SP list view buttons from a list except "New" and "Edit" and using JSON. I have not found a way to remove the "Automate" menu item and the submenu item "Set a reminder" in my view. I havent found a corresponding key for "Set a reminder" item. Here is the code I use: any ideas, how to get rid of the "Automate" menu item or at least of the "Set reminder" sub menu item ?? ciao alex.16Views0likes1Comment金沙平台遇到不给提现怎么办?
更新网上被黑不给出款怎么办?追回处理方法QQ1372556383飞机T8973L 网上被黑不给出款不要慌!遇到被黑提不出款可采取以下几种方案帮助 1. 保持冷静首先,你需要保持冷静。不要因为提现注单延迟不给结算而变得焦虑和冲动。焦虑和冲动可能会导致您做出错误的决定,如继续投注或找第三方帮助等。 2. 与网站客服联系尽快与网站客服联系,说明你的情况,并提供你的账户信息和交易记录。如果提现注单延迟不给结算是因为技术问题,客服人员可能会帮助你解决问题。 3. 收集证据如果你怀疑提现注单延迟不给结算是因为黑客攻击或欺诈行为,你可以收集一些证据来支持你的主张。例如,你可以保存你的账户信息和交易记录,并找到一些其他受害者。这些信息可能会对客服人员产生影响,并促使他们采取行动解决问题4Views0likes0CommentsCollect information like a pro – New Microsoft Lists forms experience
The new forms experience in Microsoft Listsis now rolling out for Microsoft 365 work and school. Our goal is to make it easier to collect and gather information directly into your lists – saving you time and effort. Thus, we are excited to launch a new forms experience built right inside Microsoft Lists – rolling out now. Note: This relates to Microsoft 365 roadmap ID: 124865.107KViews23likes102CommentsAdd button to Sharepoint list to generate an email draft with selected users' emails in bcc
I'm currently trying to replicate in Sharepoint 365, via power automate, a functionality that I had developed in a JS snippet in the old sharepoint 2013 on a Email ditribution list page. My snippet code was this: <input type="button" value="Send E-Mail"> <br> <script language="javascript" type="text/javascript"> function SendMailToSelcted() { var items = SP.ListOperation.Selection.getSelectedItems(); var ctx = SP.ClientContext.get_current(); var web = ctx.get_web(); var currentListGUID = SP.ListOperation.Selection.getSelectedList(); var list = web.get_lists().getById(currentListGUID); var rows = new Array(); for(var i = 0; i < items.length; i++) { var row = list.getItemById(items[i].id); ctx.load(row); rows.push(row); } ctx.executeQueryAsync(function () { var ids = ''; for (var i = 0; i < rows.length; i++) { var r = rows[i]; ids += r.get_item('cs6w') + ';' ; } document.location='mailto:' + '?bcc=' + ids ; }, function(sender, args) { alert('Request failed. \nError: ' + args.get_message() + '\nStackTrace: ' + args.get_stackTrace()); }); } </script> This snippet is no more allowed in my actual SP365. The functionality was: once selected different users out of the sharepoint list (with email address availble on their records), when a button at the top of the list is clicked(snippet), an outlook email draft should be created with all selected users' emails filled in "bcc" field. The user has to edit each time that generated email draft with subject and text and send it. I'm now not aware how to replicate it in Sharepoint 365 List through power automate and its flows. Any suggestion is really appriciated! Thanks Max21Views0likes0CommentsList is not keeping the correct time entered
I have a List that was working fine until the recent time change today. I have several Time Date columns where users enter the Date and Time for a particular Flight, like ETD, Actuak ETD and a Ready time. I am using a Powerapps form that they enter the info to and when it is submitted, the list is subtracting an hour off of the time that was entered on the form, for instance if a user enters 1300 on the powerapps form, the list is showing, in that column 1200. it started this morning. I changed the computer timezone to mountain, thinking that would help compensate, since we are pacific, but that did not work. We did not have this issue with the spring forward. Lost as to what to add to my code or what i could do as a work around as those times for us are important, I work for an airline and we track these time. Thank you68Views0likes0CommentsDifferent (conditional) background colors in a list - Microsoft List vs. Sharepoint Group
Hi, I have created a Microsoft List that uses conditional row formatting to mark entries that have been changed within the last 31 days with a light blue background color. This is the JSON for it: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "additionalRowClass": { "operator": ":", "operands": [ { "operator": "<", "operands": [ "[$Age]", 31 ] }, "sp-css-backgroundColor-BgLightBlue sp-field-fontSizeSmall sp-css-color-BlackText", "" ] } } This works fine, as long as I view the list from within Microsoft Lists. I have also added the List to our SharePoint Group Site, but the the background color here does not look the same. Instead, it is much darker and seemingly the "palette" of usable colors is much smaller. I tested some other nuances by changing the 'sp-css-backgroundColor' to BgGold, BgLightBlue20 and BgLightGrey but always ended up with a much darker background color when displaying the List from the Sharepoint Group. Does anyone know if there is some parameter in the Sharepoint Group settings that I can change to make the Group display the colors correctly, or any other way to solve this? Thanks. Best regards Patrick List View from within Microsoft Lists: List View when embedded in Sharepoint Group:71Views0likes0CommentsSharePoint List - Count People Column
I'm wondering if it's possible to have one column display a running count of the number of people in a people column? Use-case: I'm creating a Professional Development SharePoint site and a List to track what trainings are available. I have a column called Maximum Attendees, and I need a column to count from the Registered Attendees so I can make another column to count how many seats are left. I've tried a Calculated Value, but People columns aren't available to use.80Views0likes0CommentsWhy 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?103Views0likes1Comment