I have a string like “A 1 B 2 C 3 D 4”… variable length.
And I created a DataStore in which one column is of the following structure:
RowField1: Type Array
Array of Collection
* CollField1: String
* CollField2: Number
Do I have a way to fill this Array Field directly:
from the DataStore Add row
or alternatively in just one additional operation
for example by parsing the string using regex, generating the structure and updating the row field?