Native email, url parameter works on PC, not on mobile

I’ve set up the following workflow to populate native email:

Works fine on desktop.

On mobile unid=<currentuser’suniqueid> is missing in body of the email.

Your suggestions are appreciated!

Shouldn’t the mailto command contain an email address?

To debug, you could try something simple like mailto:abc@pqr.com
and see if that works on PC and mobile.
If it does, that means there’s some issue with the current mailto command you are testing with.

I want to open native email or sms and have sender and body pre-populate (below), which works fine on desktop

image

When sending from mobile device, send from and to are populated as they should be. However, the body loses everything beyond unid

image

Yes. It seems to be something about the mailto command.

try adding a ‘?’ before ‘unid’ since that looks like a url parameter