Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Issue with data binding on table

Avatar

Level 1

I am experiencing some issue with data binding for table with similar value.

I created 3 table, each under a subform. The subform and and the table I set them to the same name.

When I tried to bind the table to $.ServiceRequest.Item[*], there is no issue with Table 1. When I tried to bind to Table 2 ($.ServiceRequest.Item[*]) and 3($.ServiceRequest.Item[*]) the value does not appear.

The reason is all the 3 tables (part highlighted in yellow) get the data binding value from$.ServiceRequest.Item[*].ItemNetPrice.Amount or ItemNetPrice.Amount depending on the table binding.

When the Table 1 is bind, and the 2nd table is not, the value appears but it is incorrect order. Additionally, the 3rd table will also be getting similar value as table 2. May I know if there is an additional way to do this? Or is my approach is incorrect? If so, how could I solve this?

Many thanks.

TableIssue.JPG

TableIssue02.JPG

0 Replies