Skip to main content

Hi all For workflow 5, does anyone know a way of inputting external parameters into a workflow? For my use case, I need to take the end of a URL and use it as a parameter throughout the workflow, is this possible? Thanks Rohan

Comments

2 comments

  • Matt Palavido

    Not sure if you are using Web ApBuilder, but if so you configure the workflow inputs in the widget dialog.

    Web App Builder InputsThen in your workflow you can use the 'Get Workflow Inputs' activity

    Get Workflow InputsOnce that is in your workflow, you can call the inputs by name like this

     

    Referencing Inputs by Name 

    0
  • Permanently deleted user

    If you're looking to get values from the URL specifically, the answer will depend on which viewer you're running the workflow in. For example, Web has a built-in way to configure launch link workflows and generate a URL that includes a spot to define your workflow parameters. In the HTML5 viewer, running the Get Application Info activity will return the current viewer's URL and you can parse out the url parameters from there.

    0

Please sign in to leave a comment.