Hi, We are using Laserfiche Forms 10.4.5 and trying to add mobile links in our email notifications for forms tasks. Mobile link is added in the User Task's email by going into the edit and adding a variable {/dataset/_mobile_task_link} in the body.
The problem is, this link is not clickable when an email is received by user. I have tried sending this variable as plan text as well as by wrapping it in html anchor tag like <a href="{/dataset/_mobile_task_link}">Click here to open this task in Mobile</a>
When sending it as plan text, it's received as below picture. lfmobileforms is not a part of clickable area and only the rest of the link is clickable that doesn't open mobile app.
When I wrap the whole thing in html anchor tag href, then it's not clickable at all and appears like normal text in the email like below.
What is the way to include proper clickable link in the email so that users don't have to copy and past in mobile browsers just to open it in mobile app.
Few things to note in case of anchor tag, when opening email in MS Outlook of desktop, the link is clickable. In mobile gmail or outlook apps, this link is not clickable.