Get column name action in Apple Keynote package

The Get column action in Apple Keynote package retrieves the column name for a specific cell from a designated table in your Keynote presentation. By specifying the table title and cell address, this action returns the column header text which is useful for dynamically identifying columns in automations like data extraction, validation, or reporting.

Settings

  • Use the Session name field to select one of the following options:
    • Session name: Enter the name of the session used to open the presentation with the Open action.

      (Optional) Click the Insert a value icon to select an existing variable that you have used to store the default session name.

    • Variable: Enter the name of the variable that you have used to store the session name.
  • In the Cell position > Table title field, specify the name of the table from which you want to retrieve the data.
  • In the Cell position > Cell address field, specify a cell address of any cell in the column whose header you want to retrieve.
    Note: For example, if you specify the cell address as A4 and this cell exists in the selected table, the action will return A as the output.
  • In the Store column name field, select a string variable to store the output.