Repeating groups dynamic hyperlinks

dear all,

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!

Select a tile and create a workflow that sends user to a specific page.

Step 1

Step 2

Hi Ralph,

Thank you for your reply!

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.

Thank you
Best Regards

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.

Does that make any sense?

2 Likes

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.

  1. What is the datatype you are using for the repeating group that has all these ‘tiles’?
  2. 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.

hi Ralph,

I’m kind of following but still didn’t manage to achieve.

I have the following:

  1. Page with tiles- repeating groups (basically each tile should take me to the specific page)

  2. i’ve the main page

  3. the url link

  4. The main page url
    main_page_url

  5. once I click on the tile “tasks” takes me here:
    destination-link

Requirement.
Once i click on the “Tasks” tile, should take me to the Tasks page.

I really appreciate your help. Thank you very much!!!

Hello,

thank you for your input. It inspired me and I did the following:

  • created a workflow for the tile
  • added a field (app-name)
  • sent the workflow to the home site + app name as link
    and it works
    prnt

Thank you for your input!

This topic was automatically closed after 70 days. New replies are no longer allowed.