This question has been asked before but I didn’t see any answers so far.
My workflow has many backend steps which Bubble will process first, before processing frontend steps. So my spinner always shows up 3-5 seconds after a button click, which doesn’t make sense.
How to make the spinner show up the FIRST THING immediately upon a button click?
No, adding a pause step does NOT work
Putting all the other steps in a Custom Event also does NOT work
Does putting the Show Group Load Spinner as the First Step work?
The fact that there is a step before it, would be reason for it to not show immediately after a button click. Also that first step has some conditionals that need to be evaluated which will cause a delay.
Your second step to show the spinner doesn’t have a conditional, which would make it seem like it is not dependent on a condition and should always show, so no reason not to put it in first position.