The problem occurs in the RepeatingControlTests within Tests.cs. When attempting to populate the document, data from data.json does not fill the fields as expected; instead, only new empty lines are added. This issue specifically affects the complexItems array.
Complex, Legacy (using repeatingitem):
Name: Click or tap here to enter text., Address: Click or tap here to enter text.
However, the resulting document contains two rows with no data:
Complex, Legacy (using repeatingitem):
Name: Click or tap here to enter text., Address: Click or tap here to enter text.,
Name: Click or tap here to enter text., Address: Click or tap here to enter text.
I am investigating this behavior to identify the underlying cause. Additionally, I would like to ask the team: Does this issue occur only in my setup, or has anyone else encountered similar problems with the complexItems array?
I will provide updates as I progress and plan to submit a pull request once the issue is resolved. Any input from the team is appreciated.
The problem occurs in the RepeatingControlTests within Tests.cs. When attempting to populate the document, data from data.json does not fill the fields as expected; instead, only new empty lines are added. This issue specifically affects the complexItems array.
Here's the JSON data from the test:
The template contains:
However, the resulting document contains two rows with no data:
I am investigating this behavior to identify the underlying cause. Additionally, I would like to ask the team: Does this issue occur only in my setup, or has anyone else encountered similar problems with the complexItems array?
I will provide updates as I progress and plan to submit a pull request once the issue is resolved. Any input from the team is appreciated.