Need to choose tech approval from the list


Badge +2

Hi All,

I have a small requirement in Nintex workflow.

Req: I have one list( Contains list of approvals).

S.NoSBETech ApprovalProcess Approval
1Raw MaterialsJohn BothaSamantha
2ChemicalsBettinaMike
3CargosCraigsteven

I have one main list where people submit their requests in that list.

Based on SBE condition it need to need to go to their respective tech approval. For approvals we have below condition.

201687_pastedImage_2.png

Kindly let me know how i can achieve this.


3 replies

Userlevel 5
Badge +14

and what exactly do you have a problem with?

Badge +2

Hi Marian,

I want the logic how i can implement that in my workflow

Could you please guide me to create the workflow.

Userlevel 5
Badge +14

it might look like this:

(I will assume workflow runs with credentials of Requestor)

- use query list action to get a Tech. approver from list of approvers by supplied SBE

- use set condition action to check id returned Tech. Approver equals to workflow 'Initiator' (Common reference)

- if they equals, assign a task to 'Manager' (Common reference)

- if they do not. assign a task to tech. approver

Reply