Menu as in the example

Hello to all
I created a menu as in the example found on the site.
I would like each item to link to a form view table to insert data

2X_b_bd543503428c3438c535cde72eb72720758e1a85.png

0 5 488
  • UX
5 REPLIES 5

You could do that with a LINKTOFORM deep link action. You just need to read the correct view name from the value like โ€œPeopleโ€, โ€œPlacesโ€ etc. When the action is created, you can then choose that action as an Event action when the row is clicked.

OK thanks
but how can I assign an action to each row deck?

  1. Add a โ€œviewโ€ column in your menu table, be sure to fill with the name of the form view of each item in your menu)
  2. Create an Action (in your menu table) with the TARGET like this
    LINKTOFORM([view], โ€œDato1โ€, โ€œโ€, โ€ฆ)
  3. In the Menu View (the one you show) go to BEHAVIOR -> EVENT ACTIONS -> ROW SELECTED and select the ACTION you created in step 2

can I connect PEOPLE, PLACES, THINGS to three different slices?

Yes, you can.

Try to use this guide, it also works launching views instead of apps.

Top Labels in this Space