You are currently reviewing an older revision of this page.

KBXXXX a!forEach does not save inputs in the order they are entered

Symptoms

When entering values into an editable grid, the input does not save in the box it was typed in, as seen below:

 

Cause

This issue is often seen when the value in the input field is indexed back into the original array. Unlike a!applyComponents, updated array items should be saved into fv!item instead of the local array variables.