Aller au contenu principal

Get value from List Box as argument for subworkflow for Drop Down List

Commentaires

2 commentaires

  • Gareth Finney

    Hi Jesse.

    I've never really used the Get Form Element  activity, and not sure why your options would not work with that -but I generally just get the value of a drop down list by including the form part itself

    =$mainObsForm.state.dropDownList.value

    0
  • Jesse Langdon

    Thanks for the response Gareth. 

    I revised my input to the subworkflow to pull directly from the form itself:

    ={
       'ProjectType': $formSelectPermitType.state.permitSubtype.value
    }

    This is then sent to the server-side workflow with a Run SQL Query activity. This then attempts to run a stored procedure which takes @ProjectType as a variable. 

    This is returning the following error in the browser:
    Must declare the scalar variable \"@ProjectType\"."

    0

Vous devez vous connecter pour laisser un commentaire.