Read LUX Data actions
Read LUX Data actions read a table or tables from the specified LUX, and store the results in either a Table dataset (if a single name is specified), or a Table Set dataset (if a set of table names is specified).
| Action property | Description | 
|---|---|
| LUX | A LUX parameter or dataset referring to the LUX from which to retrieve table data. | 
| Result | A Table dataset that stores the LUX table specified in the Table Name property. | 
| Table Name | A String parameter or dataset containing the name of the LUX table to be retrieved. Table names should be specified using UPPER CASE. The retrieved table is stored in the Result dataset. | 
| Table Names | A String List parameter or dataset containing a set of LUX tables to retrieve. The retrieved tables are stored in the Table Set dataset. | 
| Table Set | A Table Set dataset that stores the LUX table names specified in the Table Names property. | 
Note: A Read LUX Data action may have either a Table Name property or a Table Names property, but not both.
Examples
Read a Single LUX table
                                                     
                                                
Read Multiple LUX tables
                                                     
                                                
To examine the details for a Read LUX Data action, double-click the action node, or select View Details from the node’s context menu. The Details screen displays the number of records read from the each of the LUX tables, and the time taken for the action to complete.