Hi All,
Has anyone ever used $multiline? for me it's not behaving correctly.
Even the example mentioned on MS page is not giving the desired result.
url= mysite/showmessage.aspx $Expression( function doWork() { If ("[[$Context.etc]]" == "1") return "[[account.name]u+]" else return "[[contact.fullname]u+]" } doWork(); ))
This is just removing all the querystring parameters and giving me this
mysite/showmessage.aspx
I tried the same with $expression and it worked perfectly.
does anyone know how to make this work properly