Is that way wrong? #Different mails in differ...

Is that way wrong? #Different mails in different columns and different spreadsheets.

table1:

Customer1[emails] table2:

Customer2[emails] table3:

Drivers[emails]

I am using them in workflow, reaction is email TO section as Customer1[emails]Customer2[emails]Drivers[emails]

Is that true or shall i write the as different? note: yesterday was working and did not change something. Just paid as pro

Thanks in advance.

0 8 413
8 REPLIES 8

@Etwo_Cargo

From which table are you invoking the workflow?

From all of them i am trying to get email addresses.

The expression shall be different in each workflow rule: In Table1 LIST(Customer1[emails]) + SELECT(Customer2[emails], TRUE) + SELECT(Drivers[emails], TRUE)

In Table2 SELECT(Customer1[emails], TRUE) + LIST(Customer2[emails]) + SELECT(Drivers[emails], TRUE)

In Table3 SELECT(Customer1[emails], TRUE) + SELECT(Customer2[emails], TRUE) + LIST(Drivers[emails])

Provided you have a condition to filter out those, thwn you should set an expression for the TRUE parameter of the SELECT expressions, which should evaluate a True/False value

@Levent_KULACOGLU

Is it possible to combine permanent mail and customer1[emails]?

LIST("permanent@email.com") + LIST(Customer1[emails])

@Levent_KULACOGLU Merhaba รผstadฤฑm. Yardฤฑmlarฤฑn iรงin teลŸekkรผrler. Aydฤฑnlatฤฑcฤฑ oldu. Ufak bir sorunum var mailler ile ilgili. Bazฤฑ maillerin data iรงinde var olan ve deฤŸiลŸken olan bir sรผtuna gรถre olmasฤฑ gerekiyor. Bunu nasฤฑl saฤŸlarฤฑm?

Denedim ama baลŸkaca sonuรงlar verdi. ลžรถyleki; ORG sรผtunu her zaman data kayฤฑt edilirken farklฤฑ olabiliyor. Yani bir satฤฑrda VIE iken baลŸka bir satฤฑrda PVG olabiliyor. ฤฐki satฤฑr iรงin atฤฑlmasฤฑ gereken mail adrsleri de farklฤฑ oluyor dolayฤฑsฤฑ ile. VIE iรงin VIECARGO@THY.COM iken PVG iรงin bu PVGCARGO@THY.COM olmasฤฑ gerekiyor. Bunu nasฤฑl saฤŸlarฤฑm? Yada saฤŸlayabilir miyim? Translate

LIST(IFS([ORG]=โ€œVIEโ€,โ€œVIECARGO@THY.COMโ€,[ORG]=โ€œPVGโ€,โ€œPVGCARGO@THY.COMโ€))

@Levent_KULACOGLU TeลŸekkรผrler. Ama bu ORG kฤฑsmฤฑ aslฤฑnda รงฤฑkฤฑลŸ noktasฤฑnฤฑ ifade ediyor. Yani bu ORG kฤฑsmฤฑ VIE ve PVG dฤฑลŸฤฑnda 500-1000 farklฤฑ 3 lรผ kod olabiliyor. Bu deฤŸiลŸken e gere her seferinde sistemin excel de olduฤŸu gibi

XXX&CARGO@THY.COM ลŸekline otomatik yapmasฤฑnฤฑ saฤŸlamak mรผmkรผn mรผ? Translate

Top Labels in this Space