Anyway to have a behavior next to a certain r...

Anyway to have a behavior next to a certain row that can copy the whole text to the clipboard?

Example, An address row to be copied to Google maps or shared to an email.

0 2 344
2 REPLIES 2

Hi @Chris_Ridge, If I have understood your requirement correctly, you may wish to consider these two

approaches

to send the current row you are viewing in detail view to an email.

  1. You can add a datetime type of column called

say " SendEmail"

to the table. Please create and set an action type

โ€™ set

the value of a column"

on this column to NOW()

You can now trigger a workflow type

โ€œOn updatesโ€ on this table that checks the condition of โ€œSendEmailโ€ column to send the report to an email.For other updates ,this workflow will not trigger.

  1. You can create an action type โ€œexternal: Start an emailโ€ and define โ€œToโ€, โ€œSubjectโ€ and "Body"to contain the necessary details you wish to send.

thanks for the response. I am not sending the info in an email, i was just using that as an example.

Top Labels in this Space