VLookup Range
Finds a value in a given range.
This activity retrieves a value in a user-specified range using the Microsoft Graph Use workbook functions API.
Input
Connection Id:
GraphServiceClient VariableRequiredSpecifies the office 365 connection id.Column Index:
Object ArgumentRequiredSpecifies the column index in the specified range that contains the value to be returned.Exact Match: Specifies whether to retrieve exact or approximate matches. If set to true it returns an approximate match. By default, the value is set to true.
Range:
String ArgumentRequiredSpecifies the range to search for the given lookup value. If the property is left blank, the first column of the specified sheet will be searched. Input the cell range in A1-style notation like "A1:A5"
Sheet Name:
String ArgumentRequiredSpecifies the sheet name in which the lookup value is to be searched.Workbook:
Object ArgumentRequiredSpecifies the DriveItem of the Excel workbook in which the lookup value is to be searched. We can also specify the output variable of the Find Files And Folders activity (which is First or Results) directly as input in this property or use the output variable of the Create Workbook activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array. For example : Results[1].Value to Lookup:
String ArgumentRequiredSpecifies the value to look for in the specified range.
Output
Result: String Variable
Specifies the value to look for in the specified range.
Last updated