Pass Parameter with End Form Session

Pass Parameter with End Form Session

Comments

  • Hello,

    I have a flow run part on a page that displays a form. When the user hits submit on this form, I would like them to be directed to another page and have a parameter passed to that page. This would be used as a filter on a report located on that page. How can I do this?

  • Navigate to your flow run part and select the end form session step. On the properties of this step, make sure that under behavior you have set this to Navigate. Select the checkbox to Specify Parameters. Here you will enter the parameter that you would like passed to your report as a filter and map in the data that corresponds to this. This parameter name will be used when setting up your filter so remember this. Fill out the other two parameters for this step, FolderID (the folder ID of the page that you want to navigate the user to) and Page Name (the name of the page you want to navigate users to). [color=rgb(127, 140, 141)][font=Roboto][img]att1[/img][/font][/color]
    Now open the report that you would like to have filtered. Name the filter the exact name of the parameter that you just set up on the end form session step and set the field Runtime Behavior to runtime editable. Now when the user hits submit, they will be directed to the other page and shown the filtered report. [color=rgb(127, 140, 141)][font=Roboto][img]att2[/img][/font][/color]
    [i]edited by Cassandra@Decisions.com on 5/21/2019[/i]

Sign In or Register to comment.