Problem with app link in report

I’m still struggling to understand how to get the link to open the app and not the browser app and how to get the href working on a link that does OPEN the app.

Both of these expressions opens app in Browser and goes to the correct view.

<a href="https://www.appsheet.com/start/9d40e089-078d-4169-b2a0-
113842ec0c2c#control=Prayers%20Needed%20-
%20only%20for%20Key%20Prayers&page=table">
Please click here to see these requests and pray for them. Thank you.</a>

<a href='<<CONCATENATE('https://www.appsheet.com/start/
9d40e089-078d-4169-b2a0-113842ec0c2c#control=Prayers%20Needed%20-
%20only%20for%20Key%20Prayers&page=table')>>'>
Please click here to see these requests and pray for them. Thank you.</a>


Goes to app correctly but don't want users to see a link like this.
https://www.appsheet.com/start/9d40e089-078d-4169-b2a0-
113842ec0c2c#control=Prayers%20Needed%20-%20only%
20for%20Key%20Prayers&page=table
```
How can I get the last one to have a href around it for a nice looking link?

Thanks.
0 2 186
2 REPLIES 2
Top Labels in this Space