I have a formGroup called 'selsectedForm' includes nested arrays, the first level is 'fields' formArray includes the second level which is 'values' formArray.
I saw many examples about nested form arrays and tried to use them but I failed every time.
I couldn't use setValue() or patchValue() methods in these nested arrays to update the formGroup values.
I need to do that to see if the form is touched and valid, and also to update the values for submit.
here is the code: https://stackblitz.com/edit/angular-httakx?embed=1&file=app/app.component.ts