Comment
Kim Sullivan
Tera Guru

Got it work with this:

 

var nm = g_form.getValue('number');
var sd = g_form.getValue('short_description');
var url = 'https://teams.microsoft.com/l/chat/0/0?users=' + email + '&message=' + nm + ': ' + sd + ' - ';