There is probably a simple solution to this, but I am stumped at the moment...
I have a CSV file, that I stage into a data table using retool. On this table, I have created an action for calling an API, which will perform a POST and insert the record. This works beautifully when I have a header record, as I am able to reference the field as such...
{{table1.selectedRow.data.headercolumn1}}
However, I would like to be able to do this without having a header record. I must be over looking something?