If you want to add a hyperlink in your other website to allow users open one of Yeeflow's application directly, you cannot use the original url from what you see in the web browser. Instead, you need to replace the symbol of "#" to "?_hash_=".
For example, you might see the original url of an application looks like:
https://[your custom domain].yeeflow.com/#/list-set/41/[app id]
In order to use this url on your other website, you need to change the address to be:
https://[your custom domain].yeeflow.com/?_hash_=/list-set/41/[app id]
Then once a user click the link in your another website, it will be redirect to the application rather than the Yeeflow home page.
Note: It will request users to login to Yeeflow with their account if they haven't login yet.
For Microsoft 365 users
If login with Microsoft 365, users need to:
Click the "Microsoft" login button from the Yeeflow login page.
Then login from the next Microsoft login page.
If you want to skip the Yeeflow login page when redirect from your other website, you can use the following url format:
https://[your custom domain].yeeflow.com/account/appslogin?scheme=Office365&redirectUri=[the encoded url of your application]
the encoded url of your application: the url of your application should be the one replaced with "?_hash_="", and the url should be encoded.
With this url, users will be redirected to Microsoft 365 login page, then navigate to the Yeeflow application after login.