How to Build a Custom Airtable Integration | Wix Code Tutorial

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 18

  • @HofmannsDream-bv9nj
    @HofmannsDream-bv9nj 5 місяців тому

    Unique Content, im looking more on backend side and this is 💎

  • @bubbles581
    @bubbles581 5 місяців тому +1

    Never heard of airtable but i love this kind of content - especially love how to bypass zapier. Would love a discord api bypass zapier video for sending messages to discord channels when orders are placed or when people send wix chat messages etc

    • @thewixwiz
      @thewixwiz  5 місяців тому

      Thanks for the suggestion!

  • @prathamgokani
    @prathamgokani 5 місяців тому

    Thank you so much for this super useful tutorial! (:

  • @LesCocagnes
    @LesCocagnes 4 місяці тому

    Amazing tutorial! Thank you so much!
    Question : is it possible to fetch images from Airtable to display on Wix. If so, could you summarize what would be different in the code? Not a programmer, did a bit of research and tried a few intuitive ideas, but it doesn't work... Many thanks!

    • @thewixwiz
      @thewixwiz  4 місяці тому

      Thanks for watching! I imagine that images would be returned in the form of a url. That url could then be used as the src of an image element in Wix. Haven't tested this though.

    • @LesCocagnes
      @LesCocagnes 4 місяці тому

      @@thewixwiz It's so nice of you to reply!
      Here's what I tried, based on the rest of the tutorial (everything else works perfectly!), but no success.
      $item("#container9").src = itemData.fields.Image.url;

    • @LesCocagnes
      @LesCocagnes 4 місяці тому

      (I also tried to map to Image and HTML elements, but nothing worked)

    • @thewixwiz
      @thewixwiz  4 місяці тому

      @@LesCocagnes Have you tried using an image element instead of a container? It would help if you posted all your code and a screenshot to the Wix Wiz forum.

  • @user-pw5kq7mk1d
    @user-pw5kq7mk1d 5 місяців тому

    Thank you for this tutorial! Very well explained. I'm stuck on changing the dynamic text in the link. When I add $ it does not change to variables. Is this a common occurrence? Thank you for help!

    • @thewixwiz
      @thewixwiz  5 місяців тому +2

      Thanks for watching! The most common mistake with regard to interpolation is using regular single quotes ' ' for the template literal instead of backticks ` ` which should be used.

    • @user-pw5kq7mk1d
      @user-pw5kq7mk1d 5 місяців тому

      Thank you so much for your response!@@thewixwiz

  • @jean-yvesplantec9324
    @jean-yvesplantec9324 4 місяці тому

    Hello. Thanks for the tutorial. I have an AUTHENTICATION_REQUIRED error. Any idea ?

    • @jean-yvesplantec9324
      @jean-yvesplantec9324 4 місяці тому

      i eventually used backticks. the error is now INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND...

    • @thewixwiz
      @thewixwiz  4 місяці тому +1

      Hi, I would double check the permissions you set for your API key/ Token.

    • @jean-yvesplantec9324
      @jean-yvesplantec9324 4 місяці тому

      @@thewixwiz Thanks. It works.