I have a data action that works fine when I test it. But when I call it from my flow, I get a failure and the message is INVALID_SCHEMA.
The data action is executing a callback. This was working before. Did something change on Genesys' end, or did I inadvertently change something on mine? The strange thing is the other similar data actions that do a callback are also failing.
I found out the issue was one of the input parameters being empty. Is there a way to have Data Action input parameters go to an empty string if it is not set?