Actions overview

These are the available actions:

This is an overview of the available Actions. You can create multiple Actions in one , that are executed consecutive. You can for example block a window, start a workflow, refresh a table and then unblock the blocked window:

Refresh page

  • With this Action the page will be refreshed when the selected trigger is activated.

Redirect to

With this Action you will be redirected to another web page when the selected trigger is activated.
  • Url: here you can define the URL of the web page where you will be directed to. You can use variables to build up the URL. Select the pencil to open Expression Builder.
  • Open in new tab: if you select this checkbox, the page will be opened in a new tab.
  • Variables input: here you can define the variables to pass as parameters to the redirected URL. See Working with Page Variables for more information on variables.

Dialog

With this Action a dialog box is displayed when the selected trigger is activated.
  • Title: here you can define the title to appear in the upper left corner of the dialog box.
  • Top: here you can define the position of the dialog.
  • Width: here you can define the width (in pixels) of the dialog box.
  • Height: here you can define the height (in pixels) of the dialog box. The default is auto.
  • Modal: if you select this checkbox, the user is forced to interact with the dialog before the user can go back to using the page.
  • Url*: here you can define the URL of the page to be used to display the contents of the dialog box.
    Note: You can only use Pagebuilder components URLs.
  • Variables input: here you can define variables to pass. See Working with Page Variables for more information on variables.

Start Flow

With this Action a CLOUDFLOW workflow runs when the selected trigger is activated.
  • Workflow name*: here you can define the name of the CLOUDFLOW workflow. You should only use workflows that start with a Start From Web Request node.
  • Workflow input name*: here you can define the input name of the workflow.
  • Extra input options: here you can define extra input variables to start a workflow.
    • Key (path): here you can define the key (path) of the variable that you want to pass to the workflow. You can use dot notation.
    • data type: here you can define the data type to interpret the data.
    • Value: here you can define the value of the key variable that you want to pass to the workflow.

Close me

With this Action the dialog or disclosure panel closes when applicable.

Block Window

With this Action you can block the window and add a text while the window is blocked.

Unblock Window

With this Action you can unblock a blocked window.

Refresh table

With this Action the table will be refreshed when the selected trigger is activated.

Open Folder

With this Action a folder is opened on your desktop. Enter the folder URL in the field. Select the pencil to open Expression Builder.
Note: This action is only available in case CLOUDFLOW Plug-in Suite is activated. See CLOUDFLOW Plug-in Suite for more information.

Reveal File

With this Action a file is revealed on your desktop. Enter the file URL in the field. Select the pencil to open Expression Builder.
Note: This action is only available in case CLOUDFLOW Plug-in Suite is activated. See CLOUDFLOW Plug-in Suite for more information.

Open Proofscope

With this Action the asset is opened in PROOFSCOPE when the selected trigger is activated.
  • Variable name with url*: here you can define the name of the variable that contains an encoded CLOUDFLOW URL. This is the key name of the row object where the URL of the asset is linked to.
  • Open with Cloudflow topbar: if you select this option, the CLOUDFLOW topbar is displayed.

Open Asset Viewer

With this Action the asset is opened in ASSETS when the selected trigger is activated.
  • Variable name with url*: here you can define the name of the variable that contains an encoded CLOUDFLOW URL. This is the key name of the row object where the URL of the asset is linked to.
Note: This action is only available in case of image clicks. You can add image clicks by defining an image column in Table and Job table components.

Download file

With this Action the asset is downloaded when the selected trigger is activated.
  • Url: here you can define the CLOUDFLOW URL of the asset you want to download.