In Grid, I have one grid link Column (URL). But it is not displaying link


In Grid, I have one grid link Column (URL). But it is not displaying link(hyperlink) in the last rows. Here is my code.

a!gridTextColumn(
label: " Link Column",
field:"FOLDR_LOC_NME",
data: index(
local!datasubset.data,
"FOLDR_LOC_NME",
{}
),
links: apply(
a!safeLink(
uri: _
),
reject(
fn!isnull,
stripwith(
index(
local!datasubset.data,
"FOLDR_LOC_NME",
{}
),
"'"
)
)
)
...

OriginalPostID-222419

OriginalPostID-222419

  Discussion posts and replies are publicly visible