If Appshett

App1.jpgTengo una app muy sencilla con esas columnas. Cree una accion con  un link to view a una de mis columnas y quiero poner otros nombres en el menu que vayan a un link externo de una pagina webno se como anidarlo con ese link to view o empezar con un if, la verdad es que estoy muy perdido. Gracias por vuestra ayudaApp2.jpg

Solved Solved
0 5 176
1 ACCEPTED SOLUTION

Marc_Dillon_0-1655041674069.png

Going to another app view, and opening an external website, are 2 different actions, you won't be able to conditionally execute them within the same action, no matter the expression. What you need to do is set up a "Grouped" action, that runs 2 sub-actions; the link to view, and the link to external website. And include an appropriate condition on each of the sub-actions so that only 1 of them will actually run.

View solution in original post

5 REPLIES 5

Marc_Dillon_0-1655041674069.png

Going to another app view, and opening an external website, are 2 different actions, you won't be able to conditionally execute them within the same action, no matter the expression. What you need to do is set up a "Grouped" action, that runs 2 sub-actions; the link to view, and the link to external website. And include an appropriate condition on each of the sub-actions so that only 1 of them will actually run.

IFS([Nombre] = "Parking", LINKTOVIEW([Nombre]))
IFS([Nombre] = "Flightradar24", LINKURL("https://www.flightradar24.com/40.64,-3.77/8"))

Something like that...?

No, not like that at all. You seemed to have completely missed the point, perhaps due to a bad translation, so here it is explained with screenshots.

Marc_Dillon_0-1655046001009.pngMarc_Dillon_1-1655046016808.pngMarc_Dillon_2-1655046047837.png

 

Muchas gracias Marc!!!!! Me has ayudado mucho 

Perfect !!!!

Top Labels in this Space