How to assign participant from subform using formula

评论

1 条评论

  • 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
    评论操作 固定链接

请先登录再写评论。