Link to another view within this app and to link to another AppSheet app using the same actions

2X_4_4691420af7694a0d264df03b1e7cc1dea17b6db6.jpeg

Hi everyone, I need help. I want to link to another view within this app and to link to another AppSheet app. Unfortunately, I was failed to do that by using Actions (LINKTOVIEW and LINKTOAPP).

Below is my Target:

IFS(
[main_title] = “Dashboard”, LINKTOVIEW (“Dashboard”),
[main_title] = “Manage Users”, LINKTOVIEW (“Manage Users”),
[main_title] = “Attendance”, LINKTOAPP (“Attendance”),
[main_title] = “Payment”, LINKTOAPP (“Payment”),
[main_title] = “Notifications”, LINKTOVIEW (“Notifications”),
[main_title] = “Settings”, LINKTOVIEW (“Settings”)
)

0 5 1,112
5 REPLIES 5

Steve
Platinum 4
Platinum 4

You question isn’t clear. What are you trying to accomplish, in plain language?

By using the same Actions I want to link to another view within the same apps and at the same time I also want to link to another AppSheet app after the icon clicked.

That doesn’t help me, as you merely restated your original question.

When the user clicks the button, you want them to go to two different targets at the same time? Or do you want them to go to another view, then go to another app? Or do you want the button to decide where to send the user based on other information?

Let say
Button 1 go to another view within the same app.
Button 2 go to another AppSheet app.
Button 3 go to another view within the same app.

Ah, okay. Thanks for the clarification!

You’ll need to create separate actions for each button, and give each action its own target.

Top Labels in this Space