Answered

rich text and array (comas)

Hi community, how can I fix this comas issue, both fields are in an array. 

Thank you.

0

Didn't find what you were looking for?

New post

Comments

3 comments

  • Official comment

    Hi Patrick Arroyo,

    Our team at EasySend has found this formula to be effective:

    join(remove_empty($array[*].business), ',').

    The formula collects all non-empty "business" values from each item in the array, and then joins these values into a single comma-separated string. If some items in the array have empty "business" values, those are excluded from the final result.

     

    Please use it in the field where you want to display in the rich-text.

    Make sure to replace 'array[*].business' with the full path to your array (Include the asterisk).

     

    Let us know if it works for you!

  • Hey Patrick,

    We will look into the issue you have raised and share with you the relevant information.

     

    Thanks,

    Raviv

    0
  • Hi Patrick,

     

    I have opened on your behalf a support ticket (15142) for the support team to assist.

     

    Thank you,

    Raviv

    0

Please sign in to leave a comment.