Skip to main content

I have a lookup control on my form that pulls values from a list. The user selects the appropriate value and submits the form. If a specific value is selected I need a workflow to run. I am having a hard time figuring out how to build the condition in the workflow, I can not figure out what the actual value of the drop down is. 

Any help?

List being pulled from: 

205782_pastedImage_3.png

on the form: 

205781_pastedImage_2.png

Condition in the workflow:

205762_pastedImage_1.png

Use "contains" instead "equal"


something like this should work

this compare for EHR category with ID=3

205812_pastedImage_1.png


with check on "contains", looking on Leah Giambartolomei‌'s list, if he checks for "Employee Separation" it will fit for (at least) two categories "Employee Separation" and "Employee Separation - Never Started"


Reply