Initial rows doesn't work with Dependency Field

Hi, in our project we have an Inline-Repeat with Initial rows = 1.
image

The special thing is this InlineRepeat is a Dependent Field trigged by a Calculated field to show/hide the repeat.
The default is Hidden. But when it is displayed by triggering a Dependency Field (one radio button), the repeat does not have an Initial Row.

Are we missing any setting or Form Enginee now do not support it?

Thank you.

Hello,

I tried to reproduce the problem. You have an inline repeat, which has an initial row and is hidden by default if the trigger field is true. The trigger field is a computed boolean. The computation has preconditions; these preconditions include two additional fields that need to be filled by the user.

This inline repeat is shown if the dependency is triggered and the boolean is false; in this case, the initial row is shown. If the user now makes some modifications to the fields of the precondition and the boolean is true, the inline repeat is hidden and cleared. In this case, the initial row is treated like a field input and is cleared. This behavior differs from initial values. If the user again makes the change to the fields of the precondition so the boolean is false once more, the inline repeat is shown but not the initial row since it is cleared, as it is explained above.

This is the main root of your problem. The fact that you do not see the initial row from the beginning is because you are using initial values through an API, which leads to the direct clearing of the inline repeat.