Hi,
Trying to execute below request but facing 400 bad request, can someone help?
URI: https://graph.microsoft.com/v1.0/me/drive/items('id')/workbook/functions/vlookup
Method:POST
Body: {
"lookupValue": "Create",
"tableArray":"'Common Request'!D3:E7",
"colIndexNum": 2,
"rangeLookup": true
}
Response:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#workbookFunctionResult",
"@odata.type": "#microsoft.graph.workbookFunctionResult",
"@odata.id": "/users('userId')/drive/items('id')/workbook/functions/vlookup()",
"error": "#VALUE!",
"value": null
}