I want to send a request on a button click and then display the response on another component, eg a text view.
Basically, I don’t understand if there is a way for me to get the callback with the response without trying to blindly rerun the other queries hoping it’ll somehow help.
You should be able to use the Use Integration action, followed by a Update state variable action. Previous actions data are accessible in future actions via the $step variable.