Also, it only seems possible to add a telefon link from a variable. For email links the variable icon isn’t displayed. Nevertheless, it is also not working for phone numbers… (the variable path is correct as you can see, the number, email etc is correctly added but the link itself is broken.
I’ve run into similar issues before when working with dynamic links, and it can be a bit tricky. It sounds like the variable path might be fine, but the link formatting might need a little tweak. For phone numbers, make sure you’re using the correct “tel:” prefix, like tel:+1234567890, and for emails, it should be mailto: email@example.com. Double-check the syntax, as sometimes even a small error can break the link.
I also had a situation where I needed to test some phone links, and I used disposable phone numbers to avoid messing with my personal contact info. It helped me troubleshoot the links without any issues. Have you tried testing the links in a clean environment or using a different phone number for testing?