Expand my Community achievements bar.

Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.

or function in Custom Action

Avatar

Level 4

Hi @SatheeskannaK @dugganab @DavidKangni 
when i am passing a string with some personalization in this from the event activity "Have a few seconds or call" +#event attribute it is taking or as a function not as a string can you let me know how to resolve this. 

MYSTERIOUSMAN_0-1728374987666.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Employee

It's just in the display but if you send out the payload (assuming it is a custom action), it shows up correctly.

Avatar

Level 4

when i testing it having or in it custom action is getting failed getting http error and when and when i am removing or it is working fine

i tried doing a concat as well 
(concat(["or"," ","call"," "])) -- not working 
but if i do (concat("or","call")) it is working but the words are getting together  orcall

 

Avatar

Community Advisor

Hi @MYSTERIOUSMAN 

try (concat("or ","call "))

FYI I add a space after or and call 

Thanks,

David



David Kangni

Avatar

Level 4

Hi @DavidKangni 
tried it but it is not working with adding ghost space if we remove the ghost space it works