Random Tweets with Table
Hey, Gang. I'm trying to use a table to generate random Tweets when using Tweet Sheet. I'm using this expression and it keeps saying that it is invalid in the GS viewer preview of the Tweet. Any ideas?
tableCellValue(Twitter,random(1,11),1)
Table name is twitter with 11 rows of text and in column 1. What am I doing wrong?
tableCellValue(Twitter,random(1,11),1)
Table name is twitter with 11 rows of text and in column 1. What am I doing wrong?
Best Answer
-
calvin9403 Posts: 3,186
beware of upper letter case and small letter case
also in the table do you have the attributes shown in text?
Answers