I’m trying to create a “tile” ux and as I am very beginner, I struggle with a topic.
I would like to achieve that once I click on one tile, bubble takes me directly to the corresponding page.
For example i’m having the application “tasks” once I click on the tile, the system should take me to the “task page”.
Could someone please help me with this? Thank you very much!
I am sorry, I was not clear about my issue.
Indicating the button to a page is ok, but this is a Repeating group and i’m looking to have a different page for each “Tile”. Tile “Tasks” should go to the “Tasks” page, Tile “Dashboard” should go to the “Dashboards” page.
So add a new field in the database for the URL of each of these items that the repeating group is pulling. Then create a workflow to open an external website using current cells link.
you can use a link and put the dynamic expression current websites URL…then after that put the name of the page.
There are a lot of ways to do this.
What is the datatype you are using for the repeating group that has all these ‘tiles’?
What is the purpose of this…is it to navigate to a page that is used to create a new thing of the type of tile selected or is it to go to a page with a specific thing (example click on a task and go to task page and see that specific tasks information)?
Not knowing how you have things set up currently, what the purpose and expectations of functionality it would be hard to provide the best solution.