Hey guys! I'm creating a flow, where I need it to start after pressing a button in Excel.
In some research, I found that we could create the flow "When an HTTP request is received" and then, select the method 'GET' and add, for example, a script.
However, I am having the error:
{
"error": {
"code": "DirectApiAuthorizationRequired",
"message": "The OAuth authorization scheme is required. Please add authentication scheme and try again."
}
}
Please, can you help me?
Thanks in advance!