a!gridField(
data:index(local!datasubset,"data",{}),
columns:{
a!gridColumn(
value:apply(concat(_,"-",_),merge(index(fv!row,"id",{}),index(fv!row,"exhibit_id",{}))
)
}
Error comes:----
at merge() function only list are allowed
.how i change fv!row to list
Discussion posts and replies are publicly visible
It seems like there is only a single value in fv!row.id. Is there a specific reason why you use merge()?