adding if condition in the label parameter of grid column, if local!docids are not available then column should be blank and otherwise Uploaded documents.
Can you please help on this.
Thanks for your thoughts on this.
Discussion posts and replies are publicly visible
Hi srikanth ,
It's a known behavior of is null or empty function it will gives false for empty array .We have many approaches for example try using length function like
if(length({array})<=0,"","Upload documents")