4,533 questions with Microsoft 365 and Office | Development | Other tags
how do i find a file id?
I'm trying to get a file id so I use it a 3rd party integration system (Zapier) to find and update a file. In my research, it appears this cannot be done in OneDrive, but I can do it Graph Explorer. When I submit the GET command…
Microsoft 365 and Office | Development | Other
How can I create a Power Automate flow to send a Teams notification when a new file is added to a OneDrive folder?
Hello, I want to set up a flow using Power Automate that sends a notification to a Microsoft Teams channel whenever a new file is added to a specific folder in OneDrive for Business. Details: • The folder is shared with multiple team members. • I need…
Microsoft 365 and Office | Development | Other
New outlook drag/drop support in Winforms
We have a winforms application in which users could drag/drop mails directly from the old outlook, which would be processed using the outlook interop. Since the switch to the new outlook, this drag/drop doesn't work anymore. I understood that microsoft…
Microsoft 365 and Office | Development | Other
Excel VBA macro interruption causes application crash and closes all workbooks
I am encountering a critical issue in Microsoft Excel (Microsoft 365 Apps for enterprise, Build 19127.20222 on Windows 11 Pro, Version 23H2) where interrupting a runaway VBA macro (e.g., an endless loop) using Ctrl+Break causes the entire Excel…
Microsoft 365 and Office | Development | Other
Create a new tenant in Entra ID with or without a sandbox
Below, I include a summary of the incident: Symptom: Unable to associate my app with Microsoft Store due to sign-in errors and lack of permissions in Entra ID. Cause: The account used for publishing was not linked to an active Microsoft Entra tenant,…
Microsoft 365 and Office | Development | Other
Using Microsoft Graph calendar weblink shows appointment twice
We are using Microsoft Graph to get outlook365 appointments. In the result we see the 'webLink', where we can open the event, for example with JavaScript: window.open(<webLink>, '_blank') Doing this, office365 outlook is opened in a new browser…
Microsoft 365 and Office | Development | Other
Microsoft 365 installed but showing Office 2019
hello I installed Microsoft 365, but when I open Microsoft Word, it keeps showing Office 2019. Please, how should I get my apps into Microsoft 365? I already removed the office twice from the control panel and then installed it again, but still…
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft Security | Intune | Configuration Manager | Other
Microsoft Teams | Microsoft Teams for business | Other
Microsoft 365 and Office | Development | Other
Retrieve SharePoint Site Group Members via API
I need to programmatically get the members of SharePoint Site Groups across sites. Using Graph API, I can list the groups via the User Information List(/sites/{site-id}/lists/User Information List/items?$expand=fields), but there is no way to get group…
Microsoft 365 and Office | Development | Other
How to make XDS By Financial Dimension
I need to make XDs to filter data by financial dimension for (SalesTable - SalesLine - CustConfirmtrans - CustConfirmJour) by costCenter Moved from Office | Development
Microsoft 365 and Office | Development | Other
Graph API sendMail succeeds but Guzzle throws RequestException with errors like ErrorInternalServerError, ApplicationThrottled, CommandConcurrencyLimitReached
I am using Microsoft Graph API /sendMail endpoint from a PHP application (using Guzzle HTTP client). The mail is successfully delivered to the recipient, but the Graph API request still ends in a RequestException, which prevents my remaining business…
Microsoft 365 and Office | Development | Other
Possible Microsoft Graph API Permission/Endpoint Issue Affecting Teams–Exchange Integration
In Microsoft Teams where I cannot create teams or schedule meetings. I’m also seeing the error “UserMailboxEndpointFetchFailed: Could not fetch user exchange mailbox endpoint using AutoDV2.” This suggests Teams is unable to reach my Exchange mailbox. I…
Microsoft 365 and Office | Development | Other
Using Outlook Add-In with .NET 10 (C# Project)
I am trying to use the MS examples for Outlook Add-In but the examples don't seem to work with ,NET 10 (just get timeout and exception loading the assembly), I tried using both the COM assembly reference directly, and also the Office interop NuGet…
Microsoft 365 and Office | Development | Other
FlowRun table (elastic) in Dataverse doesn't have any flow run records created.
Our FlowRun and FlowEvent system (elastic & standard) dataverse tables in the following 2 environments aren't displaying any rows even though we have many solution-aware flows running every day. We have the 'Cloud flow run history in Dataverse'…
Microsoft 365 and Office | Development | Other
Recuperar dominio de organización ya verificado
Hola equipo de microsoft, me llamo ** PII eliminada **, estoy teniendo el problema, estuve utilizando todo este tiempo Power Bi con el correo ** PII eliminada **, donde lo tenia agregado al autenticador de microsoft, pero por error lo elimine y ahora…
Microsoft 365 and Office | Development | Other
SharePoint Online intermittently failing to load list data and custom components
Help me to correct the SharePoint tag if any, I got an error why try on that A recurring issue in SharePoint Online where list data and certain client-side components (custom scripts and out-of-the-box web parts) intermittently fail to load. The behavior…
Microsoft 365 and Office | Development | Other
/me/drive/sharedWithMe endpoint only returns 1 item in my app but many items in the GraphExplorer
When I do a request to this endpoint:https://graph.microsoft.com/v1.0/me/drive/sharedWithMe?$select=name,id,folder,remoteItemIn the graph explorer I get a response with all items shared with me. However when I do the exact same request in my app, I get a…
Microsoft 365 and Office | Development | Other
Workbook.refreshAllDataConnections() is not supported in Power Automate.
Dear all, I have an excel sheet with an active connection which I am able to refresh to get the newest data. Now I've got another PowerAutomate Flow which is working fine with a script inside this Sheet to send me via Teams numbers which I want to be…
Microsoft 365 and Office | Excel | For business | Windows
Microsoft 365 and Office | Development | Other
My new M365 Developer Program admin account (******@XXX.com) is not being recognized and gives a 'username may be incorrect' error.
#m365-developer-program #microsoft-entra-id I joined the Developer Program: https://developer.microsoft.com/microsoft-365/dev-program using my email id ******@XXX.com Created a new M365 Developer Program tenant, with administrator UPN…
Microsoft 365 and Office | Development | Other
Office add in refuses to load
While working on an Office add-in. During development, the add-in sometimes refuses to load properly across different Office apps Word, Excel, and Outlook each behave differently. In some cases, the ribbon commands never show up, and other times the task…
Microsoft 365 and Office | Development | Other
Convert_Amount_Sign_By_CRDR
Hi, can you check my coding below, is there any way to make it shorter, or if there is better coding style i could use, please let me know. This macro used to convert amount into negative and positive value. Thank You. Sub…