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
0
-
Not sure if you are using Web ApBuilder, but if so you configure the workflow inputs in the widget dialog.
Then in your workflow you can use the 'Get Workflow Inputs' activity
Once that is in your workflow, you can call the inputs by name like this
0 -
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.
Comments
2 comments