Problem:
Retweet the last Tweet of a userSolution:

Discussion:
In order to retweet the last tweet of a user, all you need to do is to login using the Twitter Addon, through the "Specify Twitter Account" action, and then using the "Get Twitter User Timeline" get the Timeline of the user you want to get the last Tweet of. Having done that, you then use the "Retweet a Tweet" action, where you specify that you want to retweet the last tweet of the user's timeline. To do that u use the last item on the list using the %UserTimeline[0]% variable. In the event the last tweet has already been re-tweeted, you can add an exception to handle that event. To do that, in the
Leave your comment