Skip to main content

On a Flow Screen when using the Data Table FSC, is there a way to add the Name field as a column and have that value be clickable the way it would be if the same field were on a list view or in a report?

10 Antworten
  1. Zack Terry (Fast Slow Motion) Forum Ambassador
    14. Dez. 2023, 18:56

    Hi @Rachel Beach,

     

    I've had luck using a formula field with the Hyperlink function, and displaying that instead of the standard Name field. 

     

    HYPERLINK("/" & Id,  Name, '_self')

    Hi , I've had luck using a formula field with the Hyperlink function, and displaying that instead of the standard Name field.Screenshot 2023-12-14 at 12.55.34 PM.png

0/9000