SharePoint
491 TopicsSharepoint News images not showing in Outlook mobile when sent as digest email
I have had this issue for several years now. I have gone through all the MS troubleshooting tips to ensure images are enabled in Outlook and iOS..etc.. I have created an email digest with Power Automate of the days News articles posted in sharepoint. It sends an email that is nicely visible in OWA and Desktop with thumnails of the image for each article beside the article. When i open the email on my iPhone using Outlook app, the thumbnails are replaced by the standard missing image thumbnail. If a user posts a news article but uses a photo from the Stock Images repository, it comes through just fine. I noticed those images are stored on a CDN as opposed to our sharepoint site. My phone is registered in our AAD. Always updated with most recent iOS and App version. I can use the Sharepoint App on phone and view the news webpart with all images just fine so I know it is not my phone itself.. also same issue on a few coworker's phone that I've asked. Even after signed in to sharepoint on phone, images still do not appear in the email. Driving me nuts.. any guidance would be greatly appreciated! Joe1.3KViews0likes2CommentsSharing news from sharepoint to teams channel
Hello, I'm making a Sharepoint page where you can post news. I know you can set up a connector where news post is shown in Teams channel. I'm wondering is there a way to make a connector so you can choose if the news is going to show or not and if there are multiply channel so you can choose where the news is going. Thank you.17KViews0likes3CommentsCopying a document to another folder, from the document itself
It seems that MS is missing the functionalityto copy a document to another folder, from the document itself. When working in a Google Doc you can use the 'file' drop down to 'add shortcut to drive', which then allows you to add a copy of the document to any of your Google folders. This is especially helpful when collaborating on a document created by a member of another team (within their own folder structure) and you want to add a copy/shortcut of that document into your teams' folder structure. Does anyone know if this is indeed missing or a way to do this?693Views0likes5CommentsSharePoint - Wrap text in gallery view
Hi All, Been scouring a while now looking for an answer. I've seen a lot of posts about this but cannot get anything to work. I am trying to get the 'new title' column to wrap the text so the entire title shows instead of being clipped. I go to the list > format view > format columns > new title column and then advanced. But anything I try doesn't work. I'm new to JSON so I know I'm screwing something up. This is the last code that I tried that seemed to work for others { "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "div", "style":{ "white-space":"wrap" }, "txtContent": "@currentField" } Thanks in advance,42KViews0likes6CommentsIs it possible to filter a lookup column using a specific criteria?
I have the following lists with a lookup column that has more than 5,000 items: Purchase Orders list PO Number - text Status - Active or Closed Invoices list PO Number - lookup column from Purchase Order Is it be possible to filter out items displayed in the lookup column based on (Status = Active) so that the app doesn't need to have too many items in the dropdown list and avoid the following error? "This is a lookup column that displays data from another list that currently exceeds the List View Threshold defined by the administrator (5000)." Note, I've tried to use a calculated column (IF(Status=Active,"PO Number","")) but this doesn't work. I saw a demo of custom InfoPath form with data filter but would like to investigate if there are other options first. Thanks! FredSolved83KViews0likes20CommentsAdaptive Card Extension(ACE) uses
Good day all. I am a new developer for a educational institution and have been asked to investigate ACEs and their possible uses for us. If asked what the pro's and con's of ACEs are what would you say? I am still working through the training, am just reaching out to you, the hive mind to get accurate information from the people with full understanding. Thank you very much in advance.498Views0likes1CommentIs there a way to allow "anyone with link" in SharePoint even with the external sharing disabled?
Is there a way to allow "anyone with link" for a specific site in SharePoint even with the external sharing disabled in SharePoint Admin Center? The goal here is to make a specific SharePoint site as an exception.694Views0likes2CommentsMicrosoft Clarity
Hi, I'm trying to connect specific SPO sites to a Microsoft Clarity project using the script below, but it is not connecting up. Can anyone advise on the correct script please. We do not want to connect the whole tenant. 1. Add Clarity App to site - Site Contents > Add App > Clarity 2. Connect-SPOService -url https://domain.sharepoint.com 3. Connect-PnPOnline -URL https://domain.sharepoint.com/sites/staffhome -UseWebLogin 4. Add-SPOSiteCollectionAppCatalog -Site https://domain.sharepoint.com/sites/staffhome 5. Add-PnPCustomAction -ClientSideComponentId "7f8fd1f2-9d26-4a4a-a607-bf4622d7ec11" -Name "Microsoft Clarity" -Title "Microsoft Clarity" -Location ClientSideExtension.ApplicationCustomizer -ClientSideComponentProperties: '{"clarityID":"123456789"}' -Scope site We have changed the specific project ClarityID. Thanks, Mark833Views0likes2Comments