TheG
July 22, 2022, 1:37pm
1
Hey community,
I a have an issue about the IF & Set nodes.
For the IF node everything is fine (i verified the data)
When i create the set node just after to restructure the data it appears another data, it should show me 6 email adresses (Pick below)
Any help please ?
marcus
July 22, 2022, 4:23pm
2
Hey @TheG ,
could you post your workflow here or show us the expression you are using inside your set value?
TheG
July 26, 2022, 7:32am
3
Hi @marcus ,
Here’s the full workflow :
The last two nodes (Last data to append) should segment the email adresses for me
Thank you
marcus
July 26, 2022, 10:20am
4
In your Last Data to append set nodes after your Exists ? if node I can see that you are using expressions like this.
Instead of using
{{$node["Exists ?"].json["fields"]["Civility"]}}
could you try using
{{$json["fields"]["Civility"]}}
If you do that you can directly use the output of your IF Node on both the true/false branch of your condition.
2 Likes