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 328
9 REPLIES 9

Hmmm… looking at things I have two thoughts:

2X_8_876f3008187c3c87a54eefa98ec5d137c01247b6.png
or it seems you’ve left out the
<<End>>
in the post - is it there in the template??

Or
2X_7_7435caebaa0703b1b278a10812ee6d7ba76d5867.png
and now seeing that larger I see there’s only one < at the beginning of the start and a space between the closing square bracket ] and the closing carrots >>

thank you
but the errors are only due to a wrong copy and paste.

the formula still does not work

You say this works:
2X_5_5615534d11dc783cf3f5a35b9dd2e271df469839.png
Try putting that as the starting expression instead of what you have there right now.

2X_d_ddc3a66967f1c8a3a59a512fa244615850d90cbc.png

that way it doesn’t work
SERVIZI
<<Start: SELECT([Related Servizis][key],TRUE)>>
<<[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]))>>
<>

in this way yes

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

Hmmm, maybe try this as the start expression:

<<Start: [Related Servizis]>>
<<[SERVICE]>>
etc...

I’ll admit that, other than the point above, everything looks okay to me. At this point I start asking myself super basic questions to try and understand what’s happening.

  • Is there data in the columns you’re wanting to add?? You have the condition of isblank([Column]) - for the record you’re testing on, it DOES have data right? (I know, stupid question, but you wouldn’t believe how many times it’s actually something like this, something small. )

Thanks,
I try this evening…
In this moment I’m working!!:))

I tried to regenerate the services table, I get this error

2X_9_9250f5bb63bd8fcad1feba8dda96738c2444db10.png

Whenever I see things like this
2X_c_cd753d851fe99f3ebf2fb58873eb6c927aee6a7e.png

I go back to my template and remove all the formatting on the text and paragraph (just the system normal text format) on the formula parts. Sometimes the formatting we put on there can get in the way.

If you’re working with a google doc, here some tips

Resolved!!!
the error was in another table !!!
thank you

Top Labels in this Space