With the workflow action ‘Change Page’, once you select the page, there is no option to set a section. Is there a way to do this similar to when using Links on buttons? Do I need to use the path option and use the section’s UID?
Well, I think we forgot to implement this feature!
I will report it so it can be added later
In the meantime, if you’re not afraid by javascript, you can implement it yourself this way =>
wwLib.goTo(<your-page-id>, {}, {hash: `#${wwLib.wwUtils.sanitize(<your-section-name>)}`})
You can find the page id and section name in the explorer if you want it to be dynamic
1 Like