Hello, I have written a REST API for my application. Everything is working fine. On my screen I want to add a link to the documentation. So I opened the documentation under logic => Rest API Method => Open documentation. Copied the Link and put it on a link on my app screen.
When I run my application (using firefox, chrome, edge) and click the link with the left button, the following screen appears:
If I choose the right button and use "open in new tab" everything works as expected.
Any idea whats wrong with clicking with the left button?
How can I open a new page (_blank) when clicking the link?
Thanks and best regards,Michael
HI Michael,
Add under the attribute a properties a property called target with the value "_blank".
Regards,
Daniel