Get Excel Sensitivity Label
UiPath.Excel.Activities.Business.GetSensitivityLabelX
Retrieves the sensitivity label from the selected Excel workbook.
For more information, refer to Working with sensitivity labels.
Configuring the activity
In the body of the activity
- Workbook - Select the plus sign on the right side of the field, and then select the workbook from which to retrieve the sensitivity label. Alternatively, you can enter a VB expression.
- Save to - Select the plus sign on the right side of the field, and then select the sensitivity label to be retrieved from the workbook. Alternatively, you can enter a VB expression.
Properties panel
Common
- DisplayName - The name displayed for the activity in the Designer panel.
Input
- Workbook - The workbook from which to retrieve the sensitivity label.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Sensitivity Label - The sensitivity label retrieved from the workbook.
note
If the Excel workbook does not contain a sensitivity label, it returns an empty variable.