User Profile
YannickReekmans
MVP
Joined 10 years ago
User Widgets
Recent Discussions
Re: activity feed notification cards character limit?
egetunca I don't know how many characters you can send to the API call, not sure if that's documented somewhere. What I do know is that Teams will only shows 150 characters from your preview text. This is documented on the page of the API call itself: https://docs.microsoft.com/en-us/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0&tabs=http&WT.mc_id=M365-MVP-5003400 Hopefully this answers your question (and thanks for the tag ChrisHoardMVP !).1.8KViews2likes0CommentsRe: How can open sign in dialog inside the ms team
I'm not an expert, but the Action.OpenUrl type that you use, will always open the default browser so this is expected behavior. I think you need to change this to "type": "signin", Here are some links that might help you: https://docs.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-actions?tabs=json&WT.mc_id=M365-MVP-5003400#action-type-signin microsoft/BotBuilder-Samples: Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK! (github.com)2.1KViews0likes0CommentsRe: How to add SharePoint Pages in a static tab with authentication?
@chengji If you check the example manifest on the page you link to, they use the {teamSiteDomain} and {teamSitePath} tokens. While the docs aren't clear about this, you can leave them as is in your manifest and they will be translated automatically when your app is run in Teams. By using these tokens you can make your app multi tenant.5.2KViews1like2CommentsRe: Microsoft Teams is not listed on my iphone's privacy microphone setting
vahid_hajjari Have you tried the suggestions offered in the previous posts? I have reached out before to the Microsoft Teams PG regarding this issue, and that's all the information they could offer me. If none of the above suggestions solved it for you, I suggest you log a ticket at support.32KViews0likes0CommentsRe: Getting values from adaptive cards
Maybe this Microsoft Learn module can help you out? => https://docs.microsoft.com/en-us/learn/modules/msteams-task-modules/6-use-task-modules-bots In essence: you need to invoke the Task Module (pop up) in a certain way to receive the response.3.4KViews1like0CommentsRe: Microsoft Teams is not listed on my iphone's privacy microphone setting
df777 The PG responded with a whole set of options for you to try. It's not a known issue and they can't pinpoint with certainty, but hopefully one of these can help you out. Please also let me know if this helps you resolve it. Managed device Do you happen to have your device managed by your company? It might be that they have a policy to block the usage of the microphone. Reset network settings Go to Settings > General > Reset > Reset Network settings. Your device might restart automatically, but if it doesn't, please restart manually. You will have to reconnect your network settings when your device reboots. Afterwards, open Teams and it should now prompt you for mic access. Just to be clear, there is impact doing this reset. Please check out this page to be fully informed: https://www.howtogeek.com/270185/how-to-reset-your-ios-devices-network-settings-and-fix-connection-issues/ Fix comes from Apple support forums: https://discussions.apple.com/thread/251269841 No apps are showing under Privacy -> Microphone Looking at your screenshot of that page, you have no apps in there. I have multiple, some very high profile: Facebook, Skype, WhatsApp, etc. If you really don't have any of those apps on your device, it's ok, but if you do: there might be a phone failure here. Even apps that you don't have approved should show up. As a general test, can you try installing "Skype" consumer app? It should also prompt you and show up in that list. Teams for Personal Last option: uninstall Teams app, reinstall. Upon opening the app, sign up for a Teams for Personal account with your personal Microsoft account. This should also trigger the microphone ask again.42KViews0likes11CommentsRe: Make a Excel file with Power Automate in a Microsoft Team
Deleted I don't completely understand what would be your trigger in this case. The next steps should be doable. Store the Excel file template somewhere on SharePoint Create a Power Automate flow, with your preferred trigger Use the "Copy file" action in the "SharePoint" connector, point it to your template file from step 1 and enter the destination location (SharePoint document library backing your Teams team). Teams uses SharePoint for file storage, so you can use the SharePoint connectors for manipulating files in Teams.9.5KViews0likes2CommentsRe: [SOLVED]Live event et l'enregistrement des réunions non disponnible sur tenant Français ?
My French is rusty, so I'm going to respond in English. I hope this works for you, if not, let me know and I'll try my best French again 🙂 This is expected behavior: Live Events and Meeting recordings depend on Microsoft Stream and Microsoft Teams being located in the same data center. According to https://docs.microsoft.com/en-US/office365/enterprise/o365-data-locations?geo=All#france they are in two different data centers: France and European Union. It has been announced that a switch would come to allow storing recordings outside of your Microsoft Teams region, see your Message Center for a message with id MC214327. This switch is only for Call Recordings, the message indicates there is a similar plan for Live Events which will be announced separately. There are some considerations with this setting, so I recommend reading through this article before doing anything: https://blogs.perficient.com/2020/05/31/new-updates-for-microsoft-stream-cloud-recordings/4.5KViews0likes3CommentsRe: Microsoft Teams apps
KRife730 I don't see this much as a Teams capability, but more as a combination of multiple technologies. There are multiple approaches possible depending on your specific setup, I'll give some options with my own assumptions. Option 1 Assumption: Shifts are linked to a Teams team, users can only be part of this team when they completed the form You create the Microsoft Forms (or Pro) form You create a Power Automate flow/Logic App with trigger "Forms -> When a new response is received". Populate the flow to extract the user from the response, and add it to the Teams team The user can start scheduling shifts. Option 2 Assumption: Shifts are linked to a Teams team, and users are already in the team. Users ALWAYS need to complete the Form first, there is no difference for shifts in one team vs shifts in another team. You create the Microsoft Forms (or Pro) form You create two App Permission Policies in Teams Admin Center. One containing the Shifts app and another one that doesn't contain it. You assign the "no Shifts app" policy to all your users You create a Power Automate flow/Logic App with trigger "Forms -> When a new response is received". Populate the flow to extract the user from the response, and trigger an Azure Automation runbook (maybe Azure Function?) You create this Azure Automation runbook/Azure Function that runs the Teams Powershell module to assign the "with Shifts app" policy to this specific user. I hope this sets you an your way to find a solution.827Views0likes0CommentsRe: Microsoft Teams is not listed on my iphone's privacy microphone setting
df777 I cannot reproduce, I even uninstalled and reinstalled on my iPhone 7. If you go to Settings -> Privacy -> Microphone, can you find "Teams" in the list there? If that alternative approach doesn't work, could you provide me with the following information so I can raise with the Product Group? iPhone model iOS version Teams app build version (you can find this in the app, Settings -> Info) A screenshot of both Settings -> Teams and Settings -> Privacy -> Microphone43KViews0likes3CommentsRe: Is there an "easy" way to show Teams cards on the intranet home page?
I don't think there is an out-of-the-box or even an easy way to do this. If this is a make-or-break functionality and development is an option, probably this would be my approach/architecture: 1. Create an Azure Function that runs on a timer and uses List channel messages and Get channel messages delta to fetch the latest messages, and filter on "Praise Bot" (there is no change notification/webhook support). Downside: this would be limited to a specific channel, you can't get all messages for a user/bot through Microsoft Graph. 2. For a Group connected site: use the Connector webpart and let the Function post as a Adaptive Card 3. For a Classic/Non-group connected site/Communication site: create an SPFx web part that can accept this data and present it It's not the best experience...1.4KViews1like1CommentRe: How to add SharePoint Pages in a static tab with authentication?
FYI, I checked with the responsible person inside MS and this is currently not supported. As long as it is not in docs, it's not supported. It works in some/most cases apparently but more work needs to happen to make it stable, and be a better experience overall.6.9KViews1like1CommentRe: How to add SharePoint Pages in a static tab with authentication?
Stijn Brouwers I knew about this workaround at the time I replied, but was asked (by Microsoft) not to share it. At the time, I flagged this thread with them to let them know it is a valid use case. This was shared with MVP's for internal testing, as this was not considered stable nor supported. Haven't heard that this has changed. Wajeed-MSFT is from MS, so I guess we can use it now... Maybe Jethro Seghers / Jethro SEGHERS can share more?7KViews0likes6Comments
Recent Blog Articles
No content to show