add links in table

Comments

2 comments

  • James Nadua

    Hi, have you tried this code yet? "[Text Replacement](url link)"

     

    You can make the var text2 into:
    var text2 = "[Recording Link](" + @All of Call Recording with nulls + ")";

    Hope this works for you, Ahsan. :)

    0
    Comment actions Permalink
  • Rainer Grabowski

    Sorry James, but this is wrong.:
    You can make the var text2 into:
    var text2 = "[Recording Link](" + @All of Call Recording with nulls + ")";

    Ahsan needs to loop through the array text 2, so the link must be composed in each iteration. But your var text2 parse the array to string so it can't be used in the loop. 
    var text2 must be kept as it is in Ashan's code. The code must be modified in this line: 

    lines.push(type2[i] + "|" + dt2[i] + "|[Recording link](" + text2[i] + ")");

    Rainer

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk