How to convert datarow to string

I am trying to display the datarow in message box but I can’t find the way for the conversion, does it has anyway to do it? Thank you.

7 Likes

Hi,
Use below code
String.join(",",Row.itemArray)

18 Likes

@akila93 The code works, thank you