“statusCode”: 422,
“body”: {
“error”: {
“type”: “INVALID_FILTER_BY_FORMULA”,
“message”: “The formula for filtering records is invalid: Invalid formula. Please check your formula text.”
Can I use context variables inside the enviroment variables ?
Because I need to change the URL to include context variables from my apartmentForm digital form.
From this: strong text
@txhighrisers
No that won’t work. You can use both context variables and environment variables in script node of javascript editor ( message nodes, etc).
Environment variables are meant for environment level settings. For example you may have a bot that is for development purposes. You may have a different instance of services api you use for development only. Your production bot may need a different url. So the environment variables help you there.