Clickable text to trigger an action

Hi,

Is there any way to use clickable text like a url or hyperlink to fill a specific column with now()?

Yes you can do that with an action if you select the option called “Prominence” as “Display inline” and you attach it to your column. If you don’t want to show the icon, you can deselect that icon from your action’s definition. Then it will trigger that action when you click the attached column’s value.

2 Likes

Yea I did that but clickable area isn’t really centered on the text.

May I ask what do you mean by “centered on the text”?

1 Like

Action button “ish” texts or Text button “ish” button icon? Tips & Tricks ?

[2020-05-29_17-50-14] To put a little different taste and flavour to detail view, this can be additional UI and component as action button ? Not sure how to “name” those, but we can place any text you want and make it an action button to “do” something you want. Sample App Just using UNICODE text and place to the cell value. Then using the Appsheet format to large the size and change the color. Create action and place it as INLINE to attached to those text fields. Inline action button is h…

Nevermind, that worked. I wasn’t doing it right.

Gotcha

When i make this the value on the cell auto hides, how can i make it so the value stays visible but clickeable as an action?

Hi @julianp

You will want to change the column to which the action is attached:

  • create a virtual column, let’s call it “VC_Blank”

  • set its expression formula as “” (double quote)

  • set its position where you wish it in the table view

  • attach the system action to this blank column

Aurelien_1-1645421178995.png

1 Like