Hello everyone! I am making an API call using axios (which I believe is the most common way). However to retrieve the results from the API call I need to use async. However from my understanding you cant assign botpress variables (like bot. user. workflow.) inside of async. So how would you go about storing results from an API call? I feel like I am missing something obvious, otherwise if this is a more complex issue I will create a post in help with my code. Thanks😀