cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
499
Views
0
Helpful
2
Replies

How to use Create input request Activity

esramasa
Cisco Employee
Cisco Employee

  

 Hi,

 I want to get inputs from the users .

 

 I want to display a form were user can select a input from drop down list.

 

 That selected item i want to store it in a variable and use across the flow.

 

 How to do that using create input request or is there any other way to do that.

 

1 Accepted Solution

Accepted Solutions

You should be using "Input Request" to do what you are trying to do.

 

  1. Add "Create Input Request" to your workflow
  2. Configure the question you want the user to see in the Web Console. For example, "Select make of your dream car"
  3. Add "questions" to your input request. For the "drop-down" selection, chose to add new question of type "Select". This will bring up the dialog box that will allow you to configure the unique ID for your question, the free form text (label) and the list of selection choices to show in the drop-down.
  4. In the activities that follow "Create Input Request" you can retrieve the actual values that the user chose/typed by looking at the values in the [Workflow.Create Input Request.Task.Questions] table property. It has several columns: Id, Question, Value (that correspond to the fields you've configured)
    1. If you have Input request with several questions, you can use Select from Table activity to choose the specified question (by ID) that you want the value for. If you have only one question in the input request, you can get to the value (entered by the end user) by referencing this property [Workflow.Create Input Request.Task.Questions.First Row.Value]

    View solution in original post

    2 Replies 2

    You should be using "Input Request" to do what you are trying to do.

     

    1. Add "Create Input Request" to your workflow
    2. Configure the question you want the user to see in the Web Console. For example, "Select make of your dream car"
    3. Add "questions" to your input request. For the "drop-down" selection, chose to add new question of type "Select". This will bring up the dialog box that will allow you to configure the unique ID for your question, the free form text (label) and the list of selection choices to show in the drop-down.
    4. In the activities that follow "Create Input Request" you can retrieve the actual values that the user chose/typed by looking at the values in the [Workflow.Create Input Request.Task.Questions] table property. It has several columns: Id, Question, Value (that correspond to the fields you've configured)
      1. If you have Input request with several questions, you can use Select from Table activity to choose the specified question (by ID) that you want the value for. If you have only one question in the input request, you can get to the value (entered by the end user) by referencing this property [Workflow.Create Input Request.Task.Questions.First Row.Value]

      Thanks for your reply.

       

      It really helped a lot

      Getting Started

      Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: