Damn! I was messing around after I finished the build. My error was, after creating the API block, at 17:22 you had imported%20table. For me it was different. It's good to keep in mind for anyone else not getting past API Block. Ensure your air table links end is correct to your authentication URL.
Do you have any plans to do an updated video showing the step by step api setup with the updated version of air-table? I just purchased the template but I am brand new to air-table and I am having difficulty finding the air table database and I am currently trying to make sure the API step is functioning but it looks like I am getting a slight error message. For the first step are we supposed to create a brand new air-table and adjust all the prompts to the products in the air-table database?
Hi there, thank you so much for pointing this out! I am happy to put together a new tutorial for this. Keep a lookout in the next few days for it to be published and thank you for your purchase!
Sierra, thanks for sharing another highly valuable video. I created my property recommendation chatbot using the template you shared in your second video on your channel. I'm encountering an issue with the Airtable formula filter. However, when I send a request to the API block, I get a 200 OK response. Do you have any idea what might be going wrong? It's the same template you shared. Thanks again for your incredibly valuable videos; you are a huge help!
Hello, thanks for commenting for a little help! Typically a 200 OK response signifies that the request was sent successfully to the Airtable API. You can read more about what exactly the response codes mean here in this documentation: support.airtable.com/docs/airtable-api-common-troubleshooting . I hope this helps!
Hey super helpful. Everything worked however the URL links don't lead anywhere and the Image Links appear to be broken. Is there something I am missing?
This was absolutely amazing thank you for this! Just one thing though I keep running into the same problem, everytime I run it it fails to get an API call in the API call for Airtable block. Can you help me with this? Thank you!
Hi, thanks for your feedback!One issue may be that Airtable has updated the metadata URL that you added in one of the block. They removed the “%imported” aspect of it in most cases. Go ahead and check to make sure that URL is correct. Let me know if this helps!
Thank you! I believe that AirTable has updated the meta data link so now it doesn’t include it. Therefore, that part of the video may be a bit out of date.
🙏 Thanks for the content! I really appreciate the information shared. However, I have a specific problem: the AI does not recommend the right products, but rather random suggestions.
Hi there! If the system is recommending random items, it’s likely due to the columns in your Airtable database not being descriptive enough. The recommendation system works by scanning through the columns in your Airtable, identifying which parts of each column match your query. It then pulls recommendations based on these relationships. If your product descriptions are limited to just a few columns, the system might struggle to make accurate recommendations, leading to seemingly random results. To improve the recommendations, make sure your Airtable has detailed and descriptive columns for each product. This will help the system better understand and match products to your queries. Let me know if this helps!
Hello, I’m not entirely sure what the issue could be considering I can’t see your system setup. It’s also likely that the issue is related to the prompt you are using for the Airtable query or that the code in the code block is not input correctly for your use case.
Hi, thank you! It absolutely can be tedious if you do it manually. However, there are additional automations that I use to simplify the process of putting together this system for more products that were not included in this video.
This was super useful but I am getting 401 errors which says authentication required but it is exactly as the template, should I have a paid plan of airable
You’d have to change the automation so that it connects Google Sheets to Make.com and the use the Make.com API connection to connect to Google sheets. While it is possible it does require quite a bit of modification to the template
@ I may not have all the details to provide a precise solution, but based on what I understand, the issue could be related to either your prompt or how your database is structured. The system searches for items by referencing the fields you’ve set up in Airtable. If those fields are unclear or not well-defined, or if your prompt doesn’t align with the data in Airtable, it might result in random or irrelevant recommendations. Double-check the organization of your Airtable fields and ensure your prompt accurately reflects the structure and content of your database.
I'm having some issues with the variable format this is my code com_name = (formattedResponse[0]["company"]) it says : "Type Error: cannot read property 'company' of undefined". 'company' is the name of a column of my airtable. I connected the Airtable in get airtable block and i can test it with no problem it works, can you help me? i can even invite you to my workspace via email if you want
The error you’re encountering typically means that formattedResponse[0] is undefined, which indicates that the formattedResponse array is either empty or not being populated correctly. Make sure you check you AirTable to ensure it has a values in it and that they are formatted correctly
You are a legend, thanks for this.
Happy to help! Let me know what content you’d like to see next.
well done. Thanks for your great video tutorial
Thank you for this outstanding (as you say 😂) tutorial !!!
Thank you! I appreciate this.
Thank you soooo much❤🙏🏻🙏🏻🙏🏻🙏🏻
My pleasure! Let me know if it’s helpful for you or if you have any questions 😄
Great job thanks
Thank you!
Damn! I was messing around after I finished the build. My error was, after creating the API block, at 17:22 you had imported%20table. For me it was different. It's good to keep in mind for anyone else not getting past API Block. Ensure your air table links end is correct to your authentication URL.
Good catch! Thanks!
i faced the same problem. how did you solve your problem specificly ? Did you mean you didn't use imported%20table ?
can you elaborate on this?
Do you have any plans to do an updated video showing the step by step api setup with the updated version of air-table? I just purchased the template but I am brand new to air-table and I am having difficulty finding the air table database and I am currently trying to make sure the API step is functioning but it looks like I am getting a slight error message. For the first step are we supposed to create a brand new air-table and adjust all the prompts to the products in the air-table database?
Hi there, thank you so much for pointing this out! I am happy to put together a new tutorial for this. Keep a lookout in the next few days for it to be published and thank you for your purchase!
@ Oh snap! Thank you so much. Ya’ll are like wizards to us beginners, haha 😄
@@disciple786 Love to hear that! Thank you so much and I’ll get to work on that updated video ASAP.
Hey Sierra! Almost everyone in the comment section have a problem with the API block. Will you please guide us how to pass through this step?
Sierra, thanks for sharing another highly valuable video. I created my property recommendation chatbot using the template you shared in your second video on your channel. I'm encountering an issue with the Airtable formula filter. However, when I send a request to the API block, I get a 200 OK response. Do you have any idea what might be going wrong? It's the same template you shared. Thanks again for your incredibly valuable videos; you are a huge help!
Hello, thanks for commenting for a little help! Typically a 200 OK response signifies that the request was sent successfully to the Airtable API. You can read more about what exactly the response codes mean here in this documentation: support.airtable.com/docs/airtable-api-common-troubleshooting . I hope this helps!
Hey super helpful. Everything worked however the URL links don't lead anywhere and the Image Links appear to be broken. Is there something I am missing?
This was absolutely amazing thank you for this! Just one thing though I keep running into the same problem, everytime I run it it fails to get an API call in the API call for Airtable block. Can you help me with this? Thank you!
Hi, thanks for your feedback!One issue may be that Airtable has updated the metadata URL that you added in one of the block. They removed the “%imported” aspect of it in most cases. Go ahead and check to make sure that URL is correct. Let me know if this helps!
Great Video but my meta data link does not have the imported section
Thank you! I believe that AirTable has updated the meta data link so now it doesn’t include it. Therefore, that part of the video may be a bit out of date.
@@SierraAutomates Do you know how to split/use the link so that it works? Thank you
🙏 Thanks for the content!
I really appreciate the information shared. However, I have a specific problem: the AI does not recommend the right products, but rather random suggestions.
Hi there! If the system is recommending random items, it’s likely due to the columns in your Airtable database not being descriptive enough. The recommendation system works by scanning through the columns in your Airtable, identifying which parts of each column match your query. It then pulls recommendations based on these relationships.
If your product descriptions are limited to just a few columns, the system might struggle to make accurate recommendations, leading to seemingly random results. To improve the recommendations, make sure your Airtable has detailed and descriptive columns for each product. This will help the system better understand and match products to your queries.
Let me know if this helps!
@@SierraAutomates Thank you for your feedback. However, the system consistently recommends the first three products in the database every time.
@@SierraAutomates Hi Sierra, you were able to find a solution to my problem, it's really urgent
Hello, I’m not entirely sure what the issue could be considering I can’t see your system setup. It’s also likely that the issue is related to the prompt you are using for the Airtable query or that the code in the code block is not input correctly for your use case.
Very useful, but I can’t help and think that it is a bit tedious to build this system, if you have more products?
Hi, thank you! It absolutely can be tedious if you do it manually. However, there are additional automations that I use to simplify the process of putting together this system for more products that were not included in this video.
At 5.29 when you select 'last utterance' I dont get that option dropdown box.
This was super useful but I am getting 401 errors which says authentication required but it is exactly as the template, should I have a paid plan of airable
Hey, can we pull the data from a google sheet instead of airtable?
You’d have to change the automation so that it connects Google Sheets to Make.com and the use the Make.com API connection to connect to Google sheets. While it is possible it does require quite a bit of modification to the template
@@SierraAutomates Got it. Thanks!
i purchased your template but i cant get past the api block . What shouldd i do
Hello, thank you for your purchase! What is the issue you are dealing with exactly? I’ll see if I can help
@@SierraAutomates I succeeded to get past that , now the suggestions seems randomn , what s the problem
@ I may not have all the details to provide a precise solution, but based on what I understand, the issue could be related to either your prompt or how your database is structured. The system searches for items by referencing the fields you’ve set up in Airtable. If those fields are unclear or not well-defined, or if your prompt doesn’t align with the data in Airtable, it might result in random or irrelevant recommendations. Double-check the organization of your Airtable fields and ensure your prompt accurately reflects the structure and content of your database.
where is the airtable for shark tank?
Now that i passed API step, JavaScript is now messing with me😂 can anyone help? Do i have to make any changes in that block? Or what to do?
I'm having some issues with the variable format this is my code com_name = (formattedResponse[0]["company"]) it says : "Type Error: cannot read property 'company' of undefined". 'company' is the name of a column of my airtable. I connected the Airtable in get airtable block and i can test it with no problem it works, can you help me? i can even invite you to my workspace via email if you want
The error you’re encountering typically means that formattedResponse[0] is undefined, which indicates that the formattedResponse array is either empty or not being populated correctly. Make sure you check you AirTable to ensure it has a values in it and that they are formatted correctly