Compose Email Action: Not accepting semicolons

When passing multiple email addresses joined by a semicolon to the To, Cc or Bcc fields of the Compose Email action, the generated mailto link will omit those fields entirely. However, mailto does work with semicolons and most email clients will parse those correctly as multiple addresses.

Currently I can work around this using a Rich Text component and a Template column, but this can easily become quite complicated when some fields are optional. For reference you can use the template below:

<a href="mailto:?subject={subject}&body={body}&to={to}"></a>

Iā€™m pretty sure the mailing option in Glide has brevet supported multiple email addresses

For those interested, I created an experimental column on Repl to generate a mailto link with support for all legal characters (including semi-colons).

ā€˜https://Glide-Mailto-Column.cesischedule.repl.coā€™

Add an Experimental Code Column in data editor, paste in the link above, fill out the parameters and use with the Open Link action.

Closing due to inactivity. This topic will be deleted in a few weeks if there are no more comments.