Need regex for a particular automation to extract URLs from text to process them. Looks like Plumsail actions is the solution. Signed up for trial, created API key, put it in, fails every time.
{
"request": {
"url": "/flow/v1/SharePointFlow/jobs/RegExpMatch",
"traceId": "4001aaf3-0001-db00-b63f-84710c7967bb"
},
"error": {
"code": "AuthorizationException",
"message": "Invalid API key. Make sure you selected the correct region. Also, follow this instruction to create the key: https://plumsail.com/docs/actions/v1.x/user-guide/api-keys.html",
"date": "2024-09-25T12:34:53.3858988Z"
}
}
As far as I can see the Basic version should be fine according to what I see in the docs for just a regex process. I created the key in Actions, put it into Power Automate, and throws errors.
Maybe there's something simple I'm missing - like does the trial not work for what I'm trying to do?
Hello Michael! You account is registered in an Australian region. Thus, when creating the connection in Power Automate, you need to choose the same one:
I consulted with developers on the issue and it turned out that we have not published a new version of our connector in Power Automate. We will send it for review in Microsoft in a week or two and the review will take from two to five weeks. Until then, you will need to use a custom connector with this URL:
Thanks Evgeniy, I thought I was going crazy that there wasn't a feature to set the region.
I might have found an alternative workaround for the problem I'm looking to solve - I'm waiting to confirm with the team how they want to proceed. Good to know we can do a manual workaround for the time being.