Continuing the discussion from [SOLVED] Workflow: Scroll to element:
Hi all, great stuff here, much appreciation to all contributors. I’ve been learning quite a bit, but still drinking from a fire hose at times. I’ve read multiple topics related to this limitation, where you can’t execute a Scroll To Element action from within a reusable group (in my case a top floating Nav bar whose menu items change based on whether a user is logged in or not).
The objective is to give visiting users a basic landing page experience from index page so they can learn about my app before deciding to signup, or if already signed up, logging in. The nav bar is a repeatable group that changes menu options based on whether and what type of user is logged in. I have Groups named on index, but can’t access them as Element options to Scroll To because I am attempting to execute the action from within the nav bar repeatable group.
Being a total “code poser”, I’m trying to execute this with native bubble functionality. It seems like a very common use case considering most SaaS app landing pages allow you to scroll to various sections of the landing page from a floating top menu (Solutions, Pricing, About Us, etc…). Any ideas? #appreciation