Error message .string

image

what wrong here?

row(“document …”).tostring.Equals(“”)

returns true or false which is boolean whether the value matches with the string given in the equals @ShreyaSharma

and then you are trying to concatenate a string to the boolean above

Can you explain what are you trying to do :slight_smile:

1 Like