So I am building this workflow, the workflow is about extracting tweets using certain keywords. So I extracted and as you can see in image, there are more than 10 "tweet variables" (tweet(0), tweet(1), tweet(2)). Now each tweet variable has tweet names "text". So tweet (0) has text(0), then tweet(1) has text(1) and so on... How can i extract all the "text" from each tweet variable without dragging each "text" from each tweet variable.
Also, the output parser is only extracting 4 tweets, how can i get all the tweets in each variable?