Can a Flexi Task encompass corollary questions

  • 12 October 2016
  • 4 replies
  • 0 views

Badge +9

I have a task that flows like this:

Do you agree on the project Yes/No

If Yes:

  1. Then tell me your suggested vendors And
  2. Who on the team will interview the vendors.

I created a Flexi Task to handle "Do you agree on the Project", but I am struggling on how I can encompass the 2 required fields (Interviewees and Suggested Vendors) within the Flexi Task flow...Do I need to send out a second email if they choose yes and ask them to click on the form to complete the 2 fields OR is there some functionality in the Flexi Task that may assist..

Just want to make sure I leverage the Workflows of Nintex to my situation.


4 replies

Userlevel 6
Badge +16

You can do it with Nintex Forms.

Have you installed it?

Badge +9

Yes...I have installed it...but am pretty new to forms...do I just add the 2 fields I need to the form within the FlexiTask and add rules

Badge +11

‌, I converted this discussion to a question. When you are trying to get answers to a question you have, you need to mark it as a question. This allows whoever finds the solution to your problem to get points for getting it correct. A discussion is used more to discuss topics and not get answers to a solution.

Userlevel 5
Badge +14

yes, that's basically all what you need.

you can collect all the needed data within one flexi task.

to achieve that follow this steps:

- configure two fields on a list the workflow is running on for vendor(s) and (interviewer(s)

- in flexi task configure outcomes to YES and NO

- customize task form so that you add (drag&drop) item's fields for vendor(s) and interviewer(s)

- next you will need to determine what's a numeric value of YES outcome. you can do it so that you place calulated value control on the task form and sets its formula simply to Decision control  (that's the field where nintex stores selected outcome). then run the workflow and check on task form what's the YES outcome value

- once you have it, finally set up validation rule on the task form like: Decision == [value_of_YES_outcome] && IsNullOrEmpty(vendor_control) && IsNullOrEmpty(interviewer_control)

Reply