Hello Dear Community, I send emails when new...

Hello Dear Community,

I send emails when new data entry, I have an Enum list with / as separator, in the email I " , " as separator.

I tried with “/” instead of / but the result is the same.

In the spreadsheet the result is text items separated by / Is it a normal behavior ?

0 14 363
14 REPLIES 14

@Philip_Garrett_Appsh thanks a lot !

@Pascal_Hierckens

I am sorry but I am not sure I understand your question. Can you describe the problem in more detail?

in the data column config I have…

in the google sheet I have, it works well

the issue is in te email notification I configured, / is replaced by ,

@Pascal_Hierckens

You can override this behavior using this expression in your workflow template:

EnumList: <<SUBSTITUTE(CONCATENATE([EnumList]), “ , “,”/”)>>

@Pascal_Hierckens

Hi Pascal,

I found and fixed the problem that is preventing the ItemSeparator character specified in the EnumList declaration from being used when the EnumList is being formatted in the workflow email.

If testing goes well, that change will be released tomorrow afternoon.

The workaround I described above will work, but it should be unnecessary after the fix is released tomorrow afternoon.

@Pascal_Hierckens

I am sorry but I am not sure I understand your question. Can you describe the problem in more detail?

in the data column config I have…

in the google sheet I have, it works well

the issue is in te email notification I configured, / is replaced by ,

@Pascal_Hierckens

Hi Pascal,

I found and fixed the problem that is preventing the ItemSeparator character specified in the EnumList declaration from being used when the EnumList is being formatted in the workflow email.

If testing goes well, that change will be released tomorrow afternoon.

The workaround I described above will work, but it should be unnecessary after the fix is released tomorrow afternoon.

@Philip_Garrett_Appsh thanks a lot !

@Pascal_Hierckens

You can override this behavior using this expression in your workflow template:

EnumList: <<SUBSTITUTE(CONCATENATE([EnumList]), “ , “,”/”)>>

Top Labels in this Space