More info on that here:
are you sure that the selected records have a plainText at all? What happens if you do
app.logMessage(r.plainText() || "NO TEXT THERE")
or app.logMessage(r.uuid())
?
More info on that here:
are you sure that the selected records have a plainText at all? What happens if you do
app.logMessage(r.plainText() || "NO TEXT THERE")
or app.logMessage(r.uuid())
?