What if i have two columns: ID and Value
And "Value" is a INPUTFIELD. How is this stored in the shared file?
Is there a situation where the ID is not respected? for example .. What if i add a ID as ID2 in the load?
i guess the input value is stored with some kind of identifier? or is it released stored based on the ID?
ID, Value
1 , yes
2 , <empty>
is it possible that without changing the input itself .. that this is possible as a result?
ID, Value
1 , <empty>
2 , yes
So that the contant of the inputfield is mixed up somehow because the load script changed? object changed etc?