Community

Insert values into column

Hello Guys,

I need to insert 'ArticleCode' values extracted by Repeating group into a column called 'Reference', using a script (JS language), but it's not working for me.

Bellow my script:

for (var i=0;i<this.Field("ArticleCode").Items.Count;i++){

this.Field("Reference").Items.Item(i).Text= this.Field("ArticleCode").Items.Item(i).Text;

}

Any idea ?

Best Regards.

Was this article helpful?

1 out of 1 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    Hello,

    Please address the issue to the regional support, send them the project, samples and scenario descriptions.

    0

Please sign in to leave a comment.