Appboard/old/actions/bundled actions

The "Bundled Actions" Action executes multiple Actions based on a single request from a User. Bundled actions complement the "Clone Widget", so that a single Widget and its Actions can be quickly duplicated across a configuration.

Because Actions are tied directly to the type of data from the event, Bundled Actions are also tied to a specific type of data. When a Bundle is created, it is specific to a data type. When you add another "Bundle Action" instance, it will only be available for Actions using the same type of data.


How To Add Actions To A Widget

For instructions on adding an Action to a Widget, see the general instructions in How To Create an Action in a Widget.

How To Configure a Bundled Actions Action

Perform the following steps to configure a "Bundled Actions" Action:


  1. Follow the instructions above to create the basic "Bundled Actions" Action.
  2. Click the Add button to create a new Bundle and launch the Bundled Actions window.
  3. Under Action Bundle Name, enter the name to be displayed later for this Bundle in the AppBoard drop-down Bundle selector.
  4. Click Add Action and select an Action type to create the first Action to be provided in this Bundle.
  5. Configure the Action.
  6. Click Add Action and select an Action type to create the second option to be provided in this Bundle.
  7. Continue adding Actions until the screen contains all of the Actions to be provided in this Bundle.
  8. Click Finish to return to the Widget Wizard.
  9. Click Finish to close the Widget Wizard.
  10. Click in the Widget and verify that AppBoard executes all of the desired Actions in the Bundle.
  11. [Optional] Create a Bundled Actions Action in another Widget, select the Bundle from the drop-down list, and test.


Template-tip.png
The Bundled Actions should have at least two Actions. Otherwise, a standard Action can be used and there would be no need to use the Bundled Actions


Sample Use Case

Suppose you want to perform the following multiple Actions any time a User clicks a node in certain content in a Map Widget:

  1. Drill down to another Board.
  2. Filter the Data Collection to only show items associated with the clicked node on the map.
  3. Refresh a Data Collection.


Perform the steps outlined above to create an Action Bundle similar to what is presented in the following image:


Sample Configuration of Bundled Actions


You can now assign this same Bundled Action to any or all of your widgets that use the same type of data as your Map Widget in the Actions configuration screen. When the User clicks in the Map Widget, the bundle of Actions will be executed. This bundle can be re-used as an Action in multiple Widgets and only needs to be configured one time.