Getting email addresses from one app's email field into another app using the calculation field

Comments

5 comments

  • Richard Hedger

    Problem solved using Globiflow but would love to know what the code is...

    0
    Comment actions Permalink
  • Rainer Grabowski

    Hi Richard,

    are the E-Mail-addresses in a text field or in new E-Mail-fields?

    If in new E-Mail-fields:

    @All of E-Mail.map(function (obj) { return obj.value}).join("\n") 
    

    If in a text field:

    @all of E-Mail.join()
    

    Rainer

    0
    Comment actions Permalink
  • Teresa Cutrona

    Hello, I have some trouble with the java formula

    I used :

    @All of E-Mail.map(function (obj) { return obj.value}).join("\n") 

    this is the invalid result, how can I solve it?


    0
    Comment actions Permalink
  • Rainer Grabowski

    Hi Teresa,

    ignore the notifiaction and save the template. You'll get the right result.

    0
    Comment actions Permalink
  • Israel Dada

    Richard, Can you share pictures and explanation on how you were able to get done with globiflow

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk