UPDATE: It seems like the server is having a problem, and I have reported this as a BUG:
This is from the failed piece:
{
"conditions": [
[
{
"operator": "TEXT_CONTAINS",
"firstValue": "https://mydomain1.com https://mydomain2.com",
"secondValue": "https://mydomain2.com,
"caseSensitive": false
}
]
],
"inputUiInfo": {}
}
And the output was:
{
"stepName": "step_41",
"errorMessage": {
"response": {
"status": 401,
"body": {
"error": "invalid_request",
"error_description": "Invalid Credentials"
}
},
"request": {}
}
}
So the branch should have been “true”, and the rest of the flow worked. But I am trying to get this flow stabile before building upon it.