Pass the table header to options in the Select field

Hi, can you tell me how I can get choices in the select field that repeat the column headers of the loaded table?

Hi @povetev Can you try {{Object.keys(formatDataAsObject(fileButton1.parsedValue[0]))}} like this:

This works if the table is populated by the fileButton as well. If not, you can reference the table data instead of fileButton. You only need the formatDataAsObject() part if the data, in my case fileButton1.parsedValue[0], is formatted as an array of objects.