Condition in my WorkFlow (Yes or No)

  • 6 February 2020
  • 3 replies
  • 4 views

Badge +3

Hello to all,

 

I am trying to set a condition in my WorkFlow.

 

I am working with two SharePoint list

 

1 List have 4 columns (Current List)

Liste Dossier (Current List)

Nom fournisseur PN AQF IdNoSerie
TEST CANADA NM20024 antoine.mick@safrangroup.com EL
TEST INDIA NM20024 test@safrangroup.com AL
TEST France NM20023 antoine.mick@safrangroup.com  

 

Other SharePoint List (ListeInformationFournisseur)

 

Article IdNoSerie mailAQF
NM20024 EL  

 

I try to get mailAQF value..

 

for this I make a condition If :

 

6379i837EEFB6FB86214E.png

 

Into the condition :

 

 

6378i9851BE360E56C1D6.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

It not works..

 

Can you help me please.

 

Regards,

 

Vijay Antoine Mick

 


3 replies

Badge +8

Is the field PN by any chance a lookup to the Article list?

Why are you inserting an if, if you want to read a value from the list?

 

Add a set variable action:

Set: yourVariable = 
  List Lookup
  Source: ListeInformationFournisseur
  Field: mailAQF
  When Article = CurrentItem:PN

 

and you should have your mailAQF.

Badge +3
Tarf, Thanks for your reply I forgot to precise this following :

I have to filter by PN (Current List) <> Article (ListeInformationFournisseur) and the IdNoSerie (Current List) <> IdNoSerie (ListeInformationFournisseur)

Thats why I use Nintex WorkFlow CONDITION.

Have you got are other issue for this process ?

Thanks in advance.
Badge +3

Hello to all,

 

I find an issu with you suggestion, I use set a variable in my workflow an I create a calculated column wich calcul PN and IdNoSerie.

 

Thanks a lot Tarf

Reply