There are a lot of topics that include things like asking users for email addresses or identifying what type of device they're asking about. Rather than having to build those questions into every topic that needs them, I'd like to create essentially a library of "functions" that ask these questions so I can simply redirect to them for action. That part is simple; where I'm getting stuck is in how to return the information back to the topic that called it.
I know I can do this in a flow but is that my only option? Is it the best option?
Thanks in advance for your insight.