sharepoint
2116 TopicsSharePoint site news notifications in Microsoft Teams channel
Dear Microsoft community, we are desperately trying to solve the issue since Microsoft stopped supporting the SharePoint News connector. We were trying to use the workaround that MS proposed but it's just not working. Can someone help me to setup a workflow that is posting the recent news in our news channel so that colleagues can start conversations about it? Thanks. Best PhilConsumption-based pricing for SharePoint agents
Learn more about the pay-as-you-go pricing model as it relates to SharePoint agents in Microsoft 365. Last month, we introduced consumption-based pricing for SharePoint agents. This new billing model offers greater flexibility for organizations looking to start using SharePoint agents. The pay-as-you-go (PAYGO) meter enables customers to pay only for the messages they consume, providing an alternative to a per user/per month license. This model is designed to accommodate varying usage patterns, making it ideal for businesses with fluctuating demands.1.5KViews3likes1CommentAuto-append trailing * wildcard to search for substrings in modern sharepoint
I have a modern communication site and if I search a list for 'can', it will not return Canada, or Canadian in my results. but if I search for can*, both items will be returned. I believe it is possible to program classic search to append this wildcard automatically, so I don't need to type the * every time. But does anyone know how I can achieve this with modern search? And please no one reply with, "this isn't possible". It seems to me, that if this isn't possible, why hasn't Microsoft fixed this yet? I've never seen another intranet search engine work this way. Or am I missing a simple solution to this? Any help would be greatly appreciated. It is not natural for end users to have to remember to type a * at the end of their search string, which consequently returns poor results for their searches..2.4KViews0likes5CommentsFlow save failed with code 'InvalidTemplate' and message 'The template validation failed:
What I want to do is the trigger should initiate When an item is created, it should automatically send out an email to the approver with options to approve or decline. Scenario A (App Approval): If the manager approves/declines from the app, the status will be updated in the SharePoint list. Power Automate should detect this update and send the respective confirmation email to the requester without waiting for action from the email. Scenario B (Email Approval): If the manager approves/declines from the email options, Power Automate should update the SharePoint item’s status and send the respective confirmation email. Workflow Steps I followed: Trigger: When an item is created in the SharePoint list, initiate the flow. Send Email with Options: Send an approval email to the approver with "Approve" and "Decline" options. Parallel Branch Execution: Branch 1 (Email Approval): Wait for a response from the email. If approved/declined, update the SharePoint item’s status accordingly. Send a confirmation email to the requester. Branch 2 (App Approval): Trigger: When an item is modified in SharePoint. Detect if the status has changed (approved/declined) from the app. Send a confirmation email to the requester. When I applied this I am getting this error [ Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The inputs of template action 'Send_an_email_(V2)_2' at line '1 and column '7007' cannot reference action 'Update_item'. Action 'Update_item' must either be in 'runAfter' path or within a scope action on the 'runAfter' path of action 'Send_an_email_(V2)_2', or be a Trigger.'.'.]Post-publication impact of SharePoint pages - New episode of The Intrazone podcast
Take an audio tutorial tour that covers 10 ways to make a SharePoint pages work for you, after you publish them! After your page looks great and is ready for your audience… make a plan to put that page as close to your reader as possible. Share it directly to them - intact - without requiring them to click away from where they are already focused and working. All are built-in features of SharePoint and related technology, geared to help you get the word out. It’s not sorcery. It IS truly magical. Get ready to flex your post-publication page amplification!533Views0likes1CommentCapture Approval Comments from SharePoint Approval
I am using a SharePoint list for items that are being independently worked. Once the work item is complete an approval is sent for review. The approval request is done on the list with the built-in function not using power automate. How can I capture the approval decision, date and comments using the basic built-in function using power automate? I don't need to send an email. I cannot have the flow triggered on an item once it is created as the created item will be worked at a later time. I just want to capture data related to the approval decision.