Select dat: row select values: from column: name instead of index

I am trying to make my DATs more resilient to changes by selecting parts of them by column titles, instead of by column index, but that is difficult to do when you want to select a particular value of rows from a particular column (the ‘From Column’ parameter only allows index and not string)

I found a hack to enter a name. In the ‘From Column’ parameter, enter this expression:

me.inputs[0][0,‘name’].col

1 Like