User Profile
Ferran-Chopo
Brass Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Re: Using Graph API to create a OneNote tab in a Teams Channel
Thanks for your support Prasad_Das-MSFT As per my understanding, you won't be able to create OneNote tabs in a Teams channel pointing to a specific Notebook using Graph API. In the end, we're not able to create automatically a Teams team with specific tabs within it, which was really useful (we have a process where user enters some data in a form, and automatically a Teams team is created with a OneNote tab, a Planner tab, etc.). Very unfortunate decision under my point of view 😞 Thanks! Ferran492Views0likes0CommentsRe: Using Graph API to create a OneNote tab in a Teams Channel
Hi Prasad_Das-MSFT Any news on that? It's been almost a month with no answer, and we have a solution in place in a customer for automated teams creation using this feature, that is not working anymore. Thanks! Ferran528Views0likes2CommentsRe: Using Graph API to create a OneNote tab in a Teams Channel
HiPrasad_Das-MSFT If configuration is not supported, how do we specify which OneNote notebook should be opened when clicking the tab in the Teams channel? The contentUrl and websiteUrl are inside the configuration section, so there's no way to set the OneNote notebook url. Best Regards, Ferran984Views0likes7CommentsUsing Graph API to create a OneNote tab in a Teams Channel
Hello, I'm trying to create a new tab in an existing channel that opens a OneNote notebook using Graph API. According to official documentation (https://learn.microsoft.com/en-us/graph/api/channel-post-tabs?view=graph-rest-1.0&tabs=http), the call should look like this: POST https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/tabs { "displayName": "OneNote", "email address removed for privacy reasons" : "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/0d820ecd-def2-4297-adad-78056cde7c78", "configuration": { "entityId": "<Notebook_id>", "contentUrl": "<OneNote_notebook_url>", "websiteUrl": "<OneNote_notebook_url>" } } It worked smoothly, but since recently, when you open the tab in Teams (desktop or web), it shows an error message stating that "the application can't be reached". In the end, the tab is created but OneNote notebook is not opened. Reading the official documentation here:https://learn.microsoft.com/en-us/graph/teams-configuring-builtin-tabs#onenote-tabsit mentions that when creating OneNote tabs, "configuration is not supported". Does this mean now you can't specify the OneNote notebook to open in the tab using Graph API? Any suggestions or recommendations? Thanks in advance! FerranSolved1.1KViews0likes10CommentsRe: Flow cannot be installed - Location based trigger
Sandy UssiaI'm seeing the error when testing the flow, not when saving it. In any case, a year ago or so it worked liked a charm, even when testing it in a different area other than my current location. I agree with you I could test it in my current location using my phone, but I don't thinks that is a final solution for this issue. Thank you anyway!Re: Requesting assistance for a Flow using Forms response data
HelloHookc Currently there is no action in Power Automate to get the number of responses. Therefore, you should save the responses in a SharePoint list, for example (https://powerusers.microsoft.com/t5/Building-Flows/Flow-to-record-info-from-Forms-in-SharePoint-list-including-the/td-p/93317), and then, when a new response is submited, coun the number of items in the SharePoint list (https://powerusers.microsoft.com/t5/Using-Flows/Count-the-number-of-items-in-a-sharepoint-list/td-p/12117), and depending on it, send an email or another. You can have a look at the Power Automate Community:https://powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity where you will find many solutions. Hope it helps. FerranRe: Crawling and searching in multiple lines of text type site column
Hello Beau Cameron I've tried the same in two different tenants, and I have the same issue. The column is not crawled, although I reindexed the document library where I use the site column and waited for 24h. Both tests have been done using a SPO Office 365 Group Team Site. Any ideas? Thanks!!!3.7KViews0likes2CommentsCrawling and searching in multiple lines of text type site column
Hello, I've created a site column called "Long_Description", which is a multiple lines of text field. I'm using this site column in a list and in a document library, and altough they have content and I'm reindexing them, the column doesn't show in the crawled properties in SharePoint Search Admin Center (and I even waited for 24h). Is it possible to crawl a multiple lines of text site column in SharePoint Online? Thanks in advance. Ferran3.7KViews0likes4CommentsRe: Update a sharepoint column based on a step in the flow
HiBarbara_Selden You could do all the steps in one single flow. Here you have an example:https://powerusers.microsoft.com/t5/General-Flow-Discussion/When-a-Form-is-submitted-send-and-email-and-then-based-on/td-p/76099 AsChrisWebbsaid, you can only check whether the email action executed correctly or not. Depending on the case, you can update the choice field in the SharePoint List Item. You can find more information on error handling in flow here:https://flow.microsoft.com/en-us/blog/error-handling/ Hope it helps!Re: Admin - Get List of New Flows : Error
Hi amalwayscharan Just a couple of ideas: a) Could you check that Unified Audit Log is enabled in your tenant? You can find some information on how to enable it here:https://docs.microsoft.com/en-us/office365/securitycompliance/turn-audit-log-search-on-or-off b) Maybe you have to ask for some permissions. In fact, you need "View-Only Audit Logs" role permission, assigned through the Exchange Admin Center. c) If it is enabled, then you should review the URL you are calling to get the results. I tested the following one and it is working on my tenant:https://outlook.office365.com/psws/service.svc/UnifiedAuditLog?StartDate=07/11/2019&EndDate=09/01/2019&Operations=CreateFlow Hope it helps!Re: Promotional videos
HelloJenny Neal In the Office 365 Training Center you can find some videos, although none of them shows all the apps currently available in Office 365 in a single one, and you have to watch them by service. Maybe the Office 365 basics section could be useful. Hope it helps!2.3KViews0likes0CommentsRe: Outlook to Sharepoint auto email upload
HiJordan_2019 As I understand, you want to upload the email you receive in your inbox to a SharePoint Document Library. Why do you need an email addres to this Doc Library? Here's another solution that may give you some ideas:https://www.anupams.net/enable-incoming-mails-sharepoint-online/ Hope it helps!Re: Log Configuration Changes Office 365
HiBlatniBPMCP In the Audit Log of Activity you can find some useful information. For example, in this article:https://blogs.technet.microsoft.com/skypehybridguy/2017/09/05/microsoft-teams-audit-log-of-activity/it is shown how to find changed organization settings in Microsoft Teams. In this article, you can view this screen capture: That seems the information that you are looking for. Hope it helps!9.4KViews0likes0CommentsRe: Display embedded images in Sharepoint list
HiWiiilda Maybe you could use SharePoint view column formatting. In fact, in this post you can find an example on how to display a preview image in a SharePoint list view:https://blog.atwork.at/post/2018/12/04/Use-SharePoint-view-column-formatting-for-displaying-pictures-and-conditional-formatting Hope it helps!Re: Modern document library view Group By not collapsing or showing second level
Hi John Seto I tried to replicate your configuration and it's working with less than a 100 files. As the official documentation remarks, some list view optionscould not be available nor working when the list or document library has more than 5000 items: Hope it helps!12KViews2likes1Comment
Groups
Recent Blog Articles
No content to show