I have created an Azure Logic app that searches for tweets containing ChinarTrading and then saves them in the SQL database. Below are the issues I am facing:
- Twitter connector searches tweets only in the twitter account, which I used for authentication. If tweet with ChinarTrading is added from some other twitter account, it is not returned in search results.
- Twitter connector returns the same tweets again, how to skip the old tweets.
- In SQL connector, I am using the Insert operation, how can I add a condition like insert if not already existing (tweet text not found).