Hi,
I'm trying to update the workbook via http request. It is some kind of a registry file. When some file is uploaded to the folder the registry file is updated.
I use the "Compose" action to create a JSON object that will hold the parameters for the HTTP request. The JSON object looks like this:
{
"table": "registry",
"column": "L",
"row": "=@indexOf({A}, '" & variables('Accountname') & "') + 1",
"value": "uploaded"
}
I get Invalid expression error. Please advice!
Thank you