How to Use URL as app type link

Has anyone every tried building a gallery view that uses 3 types of App type inputs

I have got the LINKTOFORM and LINKTOVIEW working together using an IFS expression, i am now trying to add external URL into the mix, but not really sure if it’s even possible

something like this,

IFS(
[Name] = “Update Contractors Database”, LINKTOVIEW( [View Link] ),
[Name] = “Add New Capital Expense”, LINKTOFORM(“Expenses_Form”, “Type”,“CAPex”),
[Name] = “View Income Statement”, LINKURL( [URL] )
)

I see the system is generating an action (Open URL) Perhaps LINKTOROW can be used here, am i on the right track?



0 3 225
3 REPLIES 3
Top Labels in this Space