I have a loop question and I would like the values to be stored in the Contact List as (Name1, Name2, ..., NameX). I would also like to get the defaults from the embedded data for each loop.
if("${e://Field/Name${lm://CurrentLoopNumber}}" == "No") this.setChoiceValue(3,true);
This is the code I tried using but other discussion posts say i cannot have piped text inside piped text. How would I go about solving this? I have very limited knowledge about JavaScript.
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.