How to get data out of Secure Digital Forms

For digital Forms, there is an option to secure the form data. The documentation states that secured forms redact data from “Bot Context, Debug Logs, Service Calls, Agent Transfer, and the Bot Kit” (https://developer.kore.ai/docs/bots/bot-builder-tool/digital-forms/) and replace it with random characters.

For a feature I’m developing, I need the user to input data in a secure form, then send that data in an API call to another application. Given that the information is inaccessible from almost everywhere in the bot, how can I access the unscrambled user input so I can send it along to other applications?