Make API requests with Airtable scripting - How to get data to your base from external sources

Sdílet
Vložit
  • čas přidán 13. 09. 2024
  • I'll write a Custom Airtable API Request Script for you: solutionsrepo....
    At a basic level, the Airtable scripting feature enables you to write simple programs using Javascript that create and update records in your base. What’s really cool though is that Javascript allows you to make HTTP requests to APIs of third-party services, therefore you can use this capability to bring data to your base from an external source.
    In this tutorial I'm going to show you exactly how to write a script that populates a stock tracker base with the latest stock prices from an API.
    ---------------
    Free Consultation Call: solutionsrepo....
    ---------------

Komentáře • 12

  • @rodrigomarron406
    @rodrigomarron406 Před rokem +1

    Such a great video. Super clear, well paced, and it gives a brief explanation of each step as you do it. Thank you very much!!

    • @solutionsrepo
      @solutionsrepo  Před rokem +1

      Thank you very much Rodrigo! Glad you found it useful! What other video can I record to help you out?

  • @burner918
    @burner918 Před 2 lety +3

    This is an amazing video. Thanks so much for the tutorial. Would love to see more.

  • @juanpablomtbxc
    @juanpablomtbxc Před rokem +1

    Brother, you explain this very well.

  • @theIbraDev
    @theIbraDev Před rokem +3

    Found your video looking for something else.
    let's say you wanted to store this as completely new records that doesn't exist yet, and the intention is just to store the info ONCE a day. How would you do this?

  • @dennis8486
    @dennis8486 Před 2 lety +2

    Thanks for the video!

  • @puseletsomaraba1313
    @puseletsomaraba1313 Před 8 měsíci

    ❤loved every second of your tutorial,you earned my subscription. Clear,consistent instructions and applicable. Keep up the great content. please can you also make a tutorial on how to get data from airtable to html interface .will be most appreciated

  • @jpmacveigh
    @jpmacveigh Před rokem +1

    Great video. Thanks

  • @holgergelhausen8616
    @holgergelhausen8616 Před rokem

    Thank you very much, great Video. My Goal: i have records with a lot of text and i want to make sticky notes in miro/mural. Each sticky note should be in a different area.

  • @ayomidejohnson6171
    @ayomidejohnson6171 Před rokem +1

    Hey, I used the scripting option. But the user is able to just click edit and view this whole code I write.
    Is there a way for me to conceal it?

  • @rafaelnegreiros_analyst
    @rafaelnegreiros_analyst Před rokem +1

    Brilliant