Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

End Form Session Step

Prev Next

Step Details

Introduced in Version---
Modified in Version7.12.0
LocationDesigner Entities > Flows [End]

The End Form Session step allows users to use various behavior options to determine where a Flow navigates when the step is reached at runtime. This step acts as an End Form that provides an additional action depending on the selected BEHAVIOR Option (e.g., can be used to navigate to a specified Page within the Studio).





Related Information

Example Lab:
Using the End Form Session Step
Using End Form Session to Navigate Pages
Using End Form Session To Navigate to A Report

Forum Posts:
Pass Parameter With End Form Session
End Form Session & End Form Steps


Properties

Report Column Requirement 
Please note that if a user desired to have a Flow containing the End Form Session Step to be enabled to run via a link in a Report Column, then the checkbox labeled Display UI must be set to True in order for the Flow to function properly. 

Behavior

PropertyDescription
Display a MessageDisplays the message presented within the Form.
Close Dialog/WindowCloses the Form, Report, etc. window when the step is reached.
Display a Message and NavigateShows a message prompt alerting the user or asking for confirmation before navigating to a designated Page within Decisions.
NavigateNavigates to a designated Page within Decisions.
Open UrlDirectly links and opens the provided URL hyperlink.
Display a ReportThis will result in an assigned Report to display data.
Open Portal in New WindowA separate window will display the Portal.

Inputs

PropertyDescriptionData Type
Folder IDAvailable on the "Navigate" Behaviors, this is the ID of the Folder to Navigate to.String
MessageMessage to display in a pop-up on the "Display a Message" Behaviors.String
Page NameAvailable on the "Navigate" Behaviors, this is the name of the Page on the Folder to open.String
Report IDAvailable on the "Display a Report" Behavior, this is the ID of the Report to display.
String
Open In New WindowAvailable on the "Open URL" Behavior, this setting will determine if the URL should be opened in the same or a new window.
Boolean
URLAvailable on the "Open URL" Behavior, this is the URL to navigate when this step is reached.String

Example

The following example will demonstrate how to use an End Form Session step to navigate to a Designer Project.

  1. Right-click on a Designer Project. Select Manage and select Get Designer Folder ID.
  2. In the ID window, click Copy Text and click DONE.
  3. Create another Designer Project. Click CREATE FLOW from the Global Action Bar and select Flow. Name the Flow and click CREATE. 
  4. Attach a Show Form step from the FAVORITES category of the Toolbox panel to the Done path of the Start step.
  5. On the Properties panel, click the PICK OR CREATE FORM button and select CREATE. Select Form, name the Form and click CREATE.
  6. Add a Button component (Go To Home Page). Click Save and close the Form Designer.
  7. Attach an End Form Session step from the Toolbox panel from the FORMS [END] category to the Go To Home Page path.
  8. Under the BEHAVIOR category, select Navigate from the dropdown list under Options. Paste in the Folder Id into the Folder Id field and enter "Example" in the Page Name field.
  9. Connect the End Form Session step to the End step. Click Save to save changes to the Flow and close the Flow Designer.

Debug

  1. Right-click the Flow and select Run Flow. Click the Go to Home Page Button.
    Selecting the button closes the Form and navigates to the Folder that corresponds with the input Folder id.