Lookup Table Vars
![]() |
Loads a custom data row from a table defined by an Excel spreadsheet, then stores the values as individual script variables. You can select the Excel spreadsheet from which the data row will be pulled by double-clicking the action and following the wizard, or right-clicking the action, clicking Select New Workbook, and following the wizard. If a change was made to the referenced spreadsheet, you can refresh the data row by opening the Properties dialog (right-click the action) and clicking Refresh Workbook; you must use the refresh functionality in the action, as any changes to the spreadsheet will not auto-update. |
Supported Script Types
Properties
Property | Details |
---|---|
Value | The value matched to the key column used in deciding which data row to retrieve. |
FileName | Retains the name of the local filename from which the table was loaded. Used by the Refresh option when re-loading the workbook. |
WorksheetName | Retains the name of the worksheet from which the table was loaded. Used by the Refresh option when re-loading the workbook. |
KeyColumn | Retains the name of the key column from which the table was loaded. Used by the Refresh option when re-loading the workbook. |
Branches
Branch | Details |
---|---|
Default |
Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined. |
OnNoMatch |
Path taken when the action cannot identify the custom data row from the defined table. |