Expand my Community achievements bar.

Two equal table with the same xml DataConnection

Avatar

Level 2

I have two table, with the textfield connected to the same xml fields. When I go to preview the first table it is populated properly, while the second remains empty.

Has anyone had this problem?

help me, thanks

2 Replies

Avatar

Level 2

I looked for a solution and I found this:

"It is not possible to bind same node to multiple tables within the form layout. The alternative way is to get the number of rows of your first table and set it for the second table. Then loop your first table, get the field values one by one and set them to the corresponding fields in the second table.

I think, performance wise this plan will be good rather than bringing the values in another node."

at this link: Binding of multiple tables on a form to the sam... | SCN

I tried to store the data via JavaScript but now I can not dynamically create multiple rows in the second table.

Does anyone know how to do???