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.
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?
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)