Select Action Sequence from other Skuid Page and/or Use Action Sequence By Name and/or js runActionS

I make use of a lot of page includes to build commonly used related lists.

Also, in my navigation component, I’ve created quick create action nav items that call upon action sequences.

I previously made use of a custom action sequence component to make this work where I could call upon the quick create action sequence from anywhere by publishing an event. Now I can only select action sequences from a drop down list of action sequences on the current page.

I know I can hack the XML, but it’s generally bad practice.

Can you build any of the following:

  1. A page builder method to select action sequences from other pages and subsequently entering required inputs. (preferred option)
  2. A page buider method of typing out the name and providing inputs.
  3. A javascript method to run an action sequence by name