Workflow servizi

Hi everyone
A workflow no longer works for me!
In the image with the tables it works the other way does not work!

0 9 303
9 REPLIES 9

What is the result? It doesn’t work in what way?

Does not send the email until yesterday it worked perfectlyIf I do a test I receive the email in this way.

Try to write it like the below and see if it changes the result.

<<Start: SELECT([Related Servizis][YourServiceTableKeyColumnName],TRUE)>>
<<[SERVICE]>>
<< End >>

doing so does not send the mail
and with the test I received this screen2X_5_58a9b0dae7f5755928e74a782d6d2a2621110b33.png

You need to use your own Key column name instead of “YourServiceTableKeyColumnName”. And remove temporarely those IF statements away so you could see where the problem is. Just this one and nothing else…
<<Start: SELECT([Related Servizis][YourServiceTableKeyColumnName],TRUE)>>
<<[SERVICE]>>
<< End >>

I entered everything as you said and it works again !!!
but how do I do now without inserting IF?

SERVIZI
<<Start: SELECT([Related Servizis][KEY],TRUE)>>
<<[SERVICE]>>
<< End >>

Instead of IF, use combination of IF: & EndIf. Check this article…

Thanks a lot

You’re welcome

Top Labels in this Space