Hello,
I am having an issue that I do not understand really.
I have a button that calls a selected person with On Select property:
Launch("msteams://teams.microsoft.com/l/call/0/0?users="&ThisItem.Mail,{},LaunchTarget.New)
works perfectly in mobile and in PC mode
The second button should open a chat with a selected person and its On Select property is:
Launch("msteams://teams.microsoft.com/l/Chat/0/0?users="&ThisItem.Mail,{},LaunchTarget.New)
This tough works as it should when in PC mode but when on mobile (no matter if the teams are open or not) it opens teams and gives following message.
Anyone knows if this is something that is not possible to do or am I doing something wrong?

Report
All responses (
Answers (