Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Workflow if

Hi everyone
this workflow no longer works for me.
I tried to understand in the manual but I failed.

SERVICE
<Start:[ SERVICE] >>
<<[SERVICE]>>*
<<IF(ISBLANK([SYSTEM]), ”” ,CONCATENATE(“SYSTEM: “,[SYSTEM]))>>
<<IF(ISBLANK([PCS]), ”” ,CONCATENATE(“PCS: “,[PCS]))>>
<<IF(ISBLANK([START]), ”” ,CONCATENATE(“START: “,[START]))>>
<<IF(ISBLANK([FINISH]), ”” ,CONCATENATE(“FINISH: “,[FINISH]))>>
<<IF(ISBLANK([NOTE]), ”” ,CONCATENATE(“NOTE: “,[NOTE]))>>

I find myself at this starting point, so the email is sent but I don’t get what I want

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

in this way I can send the e-mail but I don’t know how to get what the formula did before

0 9 399
9 REPLIES 9
Top Labels in this Space