Create an action for different rows in a Gallery View

I have a home screen that looks like this:

The actions for the Home Screen look like this:

This works well because every click goes to the view I want it to.

However, I would like for the Calendar to go to a website (my google calendar URL). I have tried created a separate action for that particular “row” but it won’t work. Is there something I am missing? How can I create an action for all the other rows to continue what they are doing, but choose that one Row to go to a website?

You can use an IF for your target like so:
IF([_THISROW]=“Calendar “, LINKTOVIEW(…), LINKTOVIEW([_THISROW]))

@Bellave_Jayaram will this take me to the Google Calendar website?

@jandrostory81
You can use External: go to a website as the target in your action.

1 Like

Hi. I’m trying to setup a menu in my app exactly the same as you have yours. Would you mind sharing the table structure so I can solve a couple of issues I have with mine? Much appreciated if you could.
Kind Regards