developer
1584 TopicsHow to make News Post notification from SharePoint to Teams work?
Hi, I need help to make the notifications from news post work. I am experiencing issues where not all employees receive a notification in Teams when a new news post is published in SharePoint Online. From what I understand, it does not matter whether employees are following a site or not. I would like to ensure that everyone receives a notification every time.60Views0likes2CommentsCreate a file using SharePoint rest api will create a corrupted file
I have this formula to send multiple files from power apps to power automate:- ClearCollect( i, 0 ); ForAll( AttachFiles.Attachments As d, If(AddandRenameFile.Run( ClientDropdown.Selected.Value, MainCategoryDropdown.Selected.Title, SubCategoryComboboxCanvas.Selected.Title & (If( Last(i).Value = 0, "", Last(i).Value )), MainFolderDropdown.Selected.Value, d.Name, { name: d.Name, contentBytes: d.Value } ).result="Error",Notify("Error uploading file " & d.Name& ". Check if the file name already exsists.",NotificationType.Error),Notify("The File '"& d.Name& "' uploaded and renamed successfully.",NotificationType.Success,10000)); Collect( i, Last(i).Value + 1 ) ) here is the flow:- now the files will be added to sharepoint , but when i tired to open an image i will get this error:- and when i try to open a PDF i will get white pages without any content any advice?48Views0likes0CommentsSharePoint online document library - document properties not getting update values in word document
Hi All, We have created an application in SharePoint online. This application creates Word documents in which SharePoint list fields are merged. When creating a new item in SharePoint, the Word document shows the correct date values: 1. Create new item in SharePoint. Dates are 1/9/2025 and 2/9/2025 2. Opening the related word document shows This is correct behavior 3. Change any field through 'Edit properties'. Still the dates are 1 and 2/9/2025 4. If I open the Word document now I see that the dates have a value of 1 day less then the provided date. The category is updated correct. 5. When downloading the document the correct values are shown 6. Also when opening the document through View in browser > Edit document > Open in desktop, I see the correct values Question is: 1. Why don't we see the correct values when the Word document is directly opened in the browser? 2. Is there a possibility to open the Word document always in the Client (desktop) itself instead of directly on the browser? We already tried changing the below Advanced library settings (changed it in Open in Browser/use the server default), but this didn't gave the correct solution.72Views0likes1CommentSharePoint List calculated column formula using a Lookup column reference
Given: A SharePoint List (SPL) called Contractors with the following columns: ContractorID // Display name of the default ID column ContractorName Another SPL called Reports with the following columns: ReportID // Display name of the default ID column ReportNumber // Calculated column Contractor_ID // Lookup column referring to the ContractorID column of the Contractors SPL The calculated column, ReportNumber, would have a formula similar to: = [ReportID] & "-" & Contractor_ID Question: Does SharePoint Lists support the use of a Lookup column in the formula of a calculated column? If so, I need help on the proper syntax for the formula. (The formula above is not working) Thanks in Advance84KViews1like9CommentsTopicHeader (Text Above Title) Not Updating in SharePoint Online
Previously, I was updating the "OData_TopicHeader" property in Power Automate, and it correctly displayed as the Topic Header (text above the title) on the page. However, although the property is still being updated successfully, it no longer appears on the page as expected. Has anyone else experienced this issue, or is there an updated approach required to ensure the Topic Header displays correctly? Any insights would be appreciated.37Views0likes0CommentsTopicHeader (Text Above Title) Not Updating in SharePoint Online
Previously, I was updating the "OData_TopicHeader" property in Power Automate, and it correctly displayed as the Topic Header (text above the title) on the page. However, although the property is still being updated successfully, it no longer appears on the page as expected. Has anyone else experienced this issue, or is there an updated approach required to ensure the Topic Header displays correctly? Any insights would be appreciated.21Views0likes0CommentsPower Automate and SharePoint List Required field URL
Morning: I have a problem. I am creating an automation based on a SharePoint list. The automation will check for date, and send a notification out when a document needs to be revised, at which point, the Document's status will change form Live to "Due revision". To make that change, i added an Update File and here is the problem The list has "Required" fields one of them is "Document Title" which is a Hyperlink type. this field has 2 parts, URL and Alternative Text. The Alternative text is what displays on the list The problem is, when using Power Automate "Get Items" " Document Title" on the "Update Item" action, then it will display the URL on the list instead of the document name (instead of showing the name of the Document it shows URL) So, is there a way to sort this out (other than changing the filed to not required - since it is an important one) Thank you107Views0likes1CommentHow to get Calculated Column Microsoft List appear in Power AutomateSharepoint Dynamic Content
Hi, I need advise on current issue I'm having. I have an Inventory List in Sharepoint. 1 of the column is calculated column. When the quantity in this column is less than 10, I would like to set rules - send email reminder to top up. However, I couldnt find Dynamic Content in the Power Automate flow. Can anyone help?Solved133Views0likes4CommentsSharepoint List Lookup question
Hi I have a Sharepoint list which uses columnn "sfg" as a look up, it then returns "sfglifecycle" for instance. I want to add a calculated column that references uses the figure that's been returned in "sfgLifecycle" and times it by ten, is this possible? if so, how do i go about doing it?97Views0likes2CommentsIs there any way to add time line webPart in modern team sites?
Actually I tried to find the time line web part on a modern team site but I didn't find it although I activate a lot of features on the web and the site i don't know why! But when I tried to find it on a new site collection team site I got it. so do anybody can help adding the time line web part to a SharePoint modern team site?5.1KViews0likes5Comments