Page Navigation

0
I have a requirement to go to a specific section in a page as an on click event of a button on a different page. I wanted to know, is it possible to specify a section in page as an on click event separately instead of the entire page as a whole. 
asked
1 answers
0

Hi Diksha Jain,
You cannot specify a Specific Section of a page in a button. Still, you can achieve this use case by adding an  Enumeration in your entity and Construct your Sections of the page with Visibility based on Enumeration Value.
In your OnChange microflow/Nanoflow change the Enumeration value and Show the page.

Hope this helps!!

answered