I have created an Editable "Grid" with Gallery and plain TextInputs inside it (no Form or DataCards are used).
It went well with written values since the "Default" of the Fields are "ThisItem.SourceColumn1.
But when I need to have a formula in a Field, it gets logically complicated. So, if my CalculatedField1's formula is "SourceColumn1 + SourceColumn2", I can write "SourceColumn1 + SourceColumn2" to CalculatedField1's "Default". But how then I bind the filed to the Source?
I've been thinking it must be done with variables.