"Scroll-To" works in Step-by-Step, but not in real time :o

Hey Bubblers!

I have several groups on a page (1,2,3, etc) that appear when I complete a workflow with a button. At the end of the workflow, I added the Scroll-to action so it scrolls to that specific group.

What happens is, when I use the Debugger, and do it step-by-step, the scroll to action works perfectly. However in real-time it does not make any scroll-to action.

What gives? Any ideas?

Thanks

Share a screen shot of the workflow series

1 Like

What is weird is that it does the scroll-to action in step by step, but in real time, seems like the workflow goes to fast?

put the scroll to action on the workflow trigger for ‘when a popup closes’ so as when the popup add habits closes then the page will scroll to the group, because when popup is open the page can not be scrolled, and workflow actions do not run in order usually, which is why you see it work in step by step but not regular flow

So, the pop-up has multiple choices, that when triggered, add different type of groups (and so different choices have their corresponding buttons) So how would I relay the information of which group to scroll to depending on which one was selected to appear?

Add a delay between step 2 and 3, to test if it is because the workflow is too fast.

use a custom trigger that has properties that are related to the values you use for determining which button is clicked and which group to scroll to…you would trigger the custom trigger when the popup closes (again, use the trigger for when popup closes)

This worked :slight_smile: Thanks!

1 Like

Good. Still not ideal though. Because the delay usually affects user experience. You might need to solve it by rearranging some of your UI later :wink:

1 Like