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 réponses
Forum Ambassador Zack Terry (Fast Slow Motion)
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')