Save Specific Twitter Tweet To Excel Spreadsheet With Azure Logic App

Azure Logic Apps

Logic App is a cloud-based service. It allows us to react to an event in one service (such as SharePoint online) and do something with the data from that event in another Service (such as Twitter). It makes it practical and simple for business processes. The users build workflows that automatically do some business tasks and processes across applications and services. We can connect our business-critical apps and services with Azure Logic Apps, automating our workflows without writing a single line of code.

Before reading this article, please go through some important article links, mentioned below.

Here, we can save specific Tweets to Excel Online automatically.

  • Twitter: Twitter is an online news and social networking service where users post and interact with messages, "tweets", restricted to 280 characters. Registered users can post tweets, but those who are unregistered can only read them. Log in here.
  • Excel: Microsoft Excel is a spreadsheet developed by Microsoft for Windows, macOS, Android, and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications.

How to create a Logic Flow for saving Specific Tweets to the Excel spreadsheet

Here, we can connect Twitter and Excel.

Prerequisites

  • Microsoft Azure Account.
  • Twitter Account.
  • OneDrive-Excel Online.

Follow the below steps to build a Workflow using a template.

Step 1. log in to https://portal.azure.com/

In the dashboard, choose to create a resource and click on Integration. Now, choose Logic App.

 Integration

Step 2. Enter the name you want to assign to the logic, choose the subscription, the resource group where you organize related resources, and the location where your logic app is stored. Then, click on "Create".

Create

Here is the dashboard. Click on Logic App Designer.

Logic App Designer

Step 3. Now, click on the Blank Logic App.

Blank Logic App

Step 4. Configure the data by signing in to Twitter and Excel Online.

  • Search Twitter on the search bar.
    Twitter
  • Choose the Triggers
    Triggers
  • Next, we sign in
     Sign in
  • We give permission to access our accounts.
    Permission to access
  • Next, set the Specific Keyword ( Eg. Azure) in which you want to store that specific tweet in Excel Sheet. Then, give the Time interval and Frequency for checking the workflow as one minute.
    Specific Keyword

Step 5

  • Next, search Excel Online.
    Excel Online
  • Then, choose the Action for the workflow.
    Action for the workflow
  • Next, we sign in to OneDrive
    OneDrive
  • We give permission to access our accounts.
    Accounts
  • Next, Choose File Name and Table Name to save the Outlook mail from the Outlook mail.
     File Name
  • Then, choose the Fields you want.
    Choose the Fields
  • The final workflow will be like this.
  • Final workflow

Step 6. Now we save and run the workflow and run it.

Save and run

Output

Send a Twitter with #Azure Keyword.

Azure

Now the Tweet should be saved in Excel.

User name

Summary

I hope you understand how to save the Specific Tweet to Excel automatically and how to run it. Stay tuned for more Logic App articles.


Similar Articles