How do I handle Xano Connector plugin responses?

Hey, so after tryind to use Xano Connector, to sign up my user for example, where am I supposed to read the response?

I mean, I sign the user up but the follow up action isn’t supposed to be some sort of action accordingly to the status of the request?

You don’t. What I did to get around this in other areas is add fields to the user in bubble, then from xano make an external api request to bubble (a backend public workflow) and update the user accordingly. From there, put “Do when condition is true” workflows on the page that monitor the users field for these updates. Now, if you actually want to retrieve data from xano that was created in your action, you can refresh a xano query(data) element when this listener workflow is triggered.