How to assign participant from subform using formula

Comments

1 comment

  • Avatar
    Varun Agasthya

    Azzam,

    There are 2 approaches for this:

    1) Store the original Subform value (comma separated) in a hidden field on the eForm and you can then use the Update Custom Process Data activity that is configured to use a String replace function on the hidden field that changes the value from comma to semicolon.
    2) Store the original Subform value (comma separated) in a hidden field on the eForm and write additional JavaScript to handle and alter the value as per business requirement. 

    Thanks

    0
    Comment actions Permalink

Please sign in to leave a comment.