I try to generate a deep link to a subEntityId in a Microsoft Teams group tab. When I call
microsoftTeams.shareDeepLink({
subEntityId: "myid",
subEntityLabel: "123"
}
);
I get this dialog (my tab is called 'Interactive':
As you can see, there is no URL in the text field but the label, which was appended with the tab's name. I don't see out https://docs.microsoft.com/de-de/microsoftteams/platform/concepts/build-and-test/deep-links on how to use shareDeepLink
and I don't see how else I could use it to generate a URL. Can anyone help?