Hi guys! A question, how could I add a spinner to appear when I press a button in my app, so that it appears while a request to an API is being loaded? At the moment it can be seen because a small loading bar appears at the top. I have researched and while I know I can activate a message while it’s happening, my doubt is how do I generate the workflow so that it only appears while that request is being processed.
Hi @ju.ign.co , you can a state of yes / no to your spinner and use the state to control the visibility using conditions.
1 Like