Passing from state to state via nested reusable elements

Hi folks, not finding answers on the forum so posting here.

RE = Reusable Element

Scenario:

  • Page has RE Group in it.
  • Upon page load, Page sets RE Group states.
  • RE Group contains 4 RE Skills.
  • Up page load, RE Group sets states for all 4 RE Skillls (using RE Group states set by Page).

Problem:

  • It appears that the page load for RE Skills fires before RE Group. So, it doesn’t have it’s state set and renders blank.

What’s best practice for this? Do I have to run custom workflows in RE Skills to set state? Is there a way to force the order of operations?

THANK YOU for any help/thoughts!
Al

on RE group create a custom event that sets the state of RE group and the state of the 4 RE Skills.
In your main page, on page load, use the action trigger a custom event from a reusable element.

Nice, clean solution. Thanks!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.