Thank you! This is showed me exactly what I was looking to quickly!
@alexanderfunck33925 күн бұрын
thanks!
@relationl2 күн бұрын
You are very welcome!
@somethinganalogue16 күн бұрын
This is a great idea
@relationl15 күн бұрын
Thank you!
@b-kubemusic2 ай бұрын
Hi Max, love your videos. This one is particularly great info! Would love to see how you build that step by step. We manage our complete track and artist database (splits, info etc). Would be great to enter a Spotify track uri and get all the trackinfo like ISRC, duration etc..
@relationlАй бұрын
Thanks a lot! Do you want to know how the script is written? Or what do you otherwise mean by step-by-step? You can get ISRC and Duration from the spotify API, albeit from two separate requests. What else would you want to see included?
@b-kubemusicАй бұрын
@@relationl Your video got me thinking, so with help from Chat GPT I've got a working script to download all I want with the Spotify API to Airtable. Works like a charm
@relationl28 күн бұрын
@@b-kubemusic nice work! what info are you able to grab using AI?
@b-kubemusic25 күн бұрын
@@relationl All info the API provides. But we use it mainly to get the basic info for a track, like trackname, duration, ISRC, url, album etc.. We only miss producer and writers, but they are not available with the API..
@relationl24 күн бұрын
@@b-kubemusic great work!
@florencealberts75252 ай бұрын
Hi Max, I am a landlord and want to build a no code property management portal , can you give me more or less how to start .
@relationlАй бұрын
Start by mapping out the different types of data in your business. Tennants, Buildings, Units, Leases, appliances, etc. Then map out the different fields required in each table (first name, last name, date, least amount, unit number, etc). Then using Linked Record field to make sure the tables are related to each other properly. Let me know how it goes!
@breschio2 ай бұрын
Super simple, love this. Nice work dude.
@relationl2 ай бұрын
@@breschio thanks!
@blackkodiaq98782 ай бұрын
Thank you very much! You helped me out big time!
@relationl2 ай бұрын
You are very welcome! Keep up the great work!
@yuryhorulko38342 ай бұрын
Thank you Max! That was a solution for me how to build app for Music Academy
@relationl2 ай бұрын
Excellent! Great job!
@seanmcgregor64713 ай бұрын
Awesome stuff Max - would love to see the setup if you are willing - keep up the great work!
@relationl3 ай бұрын
Ok great! More to come. Thanks for the encouragement.
@tungphuongvu3 ай бұрын
Max, this is super amazing! I love the way you did things on the go. Love this. Btw, I learn a lot from this.
@relationl3 ай бұрын
Thanks for your note! I’m happy you are finding value in these videos.
@David-o3y7e4 ай бұрын
Hello, first of all, I want to express my enormous gratitude for your effort and your educational vocation. Everything you share in your videos is of great interest to those of us who are getting familiar with Airtable. I would like to ask you a question: what is the logic behind creating independent tables like "Reporting" or "Budget categories"? For example, if the "Releases" table already has a field like "Week," and in different views or interfaces you can group or filter based on that concept, what is the utility of creating an independent table? Thank you in advance for your response.
@relationl4 ай бұрын
@@David-o3y7e thanks so much for you kind words. The Reporting table allows you to utilize the List View Hierarchy feature, which is a very elegant way of displaying the release schedule. You could also group by the Week field if you want. The truth is, a Reporting table used to be more important because it used to be the only way you could report data by time period. Now Airtable has the Dashboard page which does all of those calculations for you. I sometimes put things like Budget Categories into its own table in order to: 1) allow the client to add and remove options easily, and 2) assign attributes to each item like “Bucket” which can then be used as conditions to filter a Rollup field. I.e. how much money did we spend on Marketing? To accomplish this you would lookup the Bucket field in the Budget Line Item table from the Budget Category table and Rollup all Budget Line Items where “Bucket (from Budget Category)” is “Marketing”. Now your system is infinitely scalable. 😉
@David-o3y7e4 ай бұрын
@@relationl Incredible. For those of us who are just starting out, the difficulty often lies in being able to visualize the potential of the tool, but following your guidance makes everything much clearer. Thank you so much for being the beacon that guides us through the sea of possibilities with Airtable!🙌
@relationl4 ай бұрын
@@David-o3y7e you are very welcome.
@ellieriversmusic4 ай бұрын
This is amazing! Do you have something for independent artists specifically? Trying to keep track of everything a label will eventually be doing so I can one day hand off all the assets in a way they can easily integrate
@relationl4 ай бұрын
@@ellieriversmusic thanks so much for your comment! This series shows you exactly how I build Airtable systems for major record labels. If you ran your business as an independent artist using this system, and then got signed by one of my clients then it would be a smooth transition!
@TheBioHackerBoss4 ай бұрын
You are Freaking Brilliant. I've been trying to figure out how to do this. OMG you are such a blessing to me right now.
@relationl3 ай бұрын
Awesome! Another tool in your belt. Try doing it with condition groups in one automation.
@nickcross4105 ай бұрын
Hi! Thanks for this. Is there a way to do something similar to this without creating an entry on the main page? Im setting up a run log for people to add their times. I want them to chose their existing record and add as many runs as they want, on new lines. A version of this method works, but its creating a new blank record on the main table each time I use it. Thanks!
@relationl5 ай бұрын
@@nickcross410 hey! You want to create a form in the Run Log table that includes the Person field and then use the URL from that form to construct a prefilled version in a formula field on the People table. The field you want to prefill and hide is the “Person” field. This will give you a unique Run Log form URL for each Person to use to log their runs. support.airtable.com/docs/prefilling-a-form-via-encoded-url
@RiversideInsight5 ай бұрын
Hi! Thanks for your video, I have made a grouped view which is perfect, now I need to export that grouped data as as CSV, do you have any idea how?
@relationl5 ай бұрын
Hey there, this is possible! Here's the support article that shows you how to add the Export as CSV functionality to your Interface List Views. Search the page for "Exporting interface data as a CSV", its toward the bottom. support.airtable.com/docs/en/getting-started-with-airtable-interface-designer
@김상은-j3o6 ай бұрын
Is there way to use upsert without ID? like if Handle is unique one? Can we check it exists or not? Because two times Search Records make operations will be too much.
@relationl5 ай бұрын
@@김상은-j3o I’m not sure I understand what you are asking.
@sifisodhladhla80606 ай бұрын
Hi Max. Thank you for the great content. Are you able to provide this base as a template?
@relationl5 ай бұрын
@@sifisodhladhla8060 thanks for your comment! I would rather you rebuild it from scratch following the steps outlined in the video. Is that something you’re willing to do?
@vindi5006 ай бұрын
Hey Max, how have you created individual 'Week' views under the same the same "Releases" Table? Thanks!
@relationl6 ай бұрын
He there, check out this video. It should answer your question: kzbin.info/www/bejne/eKqagZKjlqaDiassi=uUbcupAQ1RWAyol1
@moshfeu54946 ай бұрын
Thanks for the video, it definitely clarifies the concept Are you familiar with the "generate pdf" integration by fillout themselves? If so, is it possible to include the "members" list in the pdf?
@relationl6 ай бұрын
Hey Mosh, no I am not. I use documint.me for Airtable to pdf automations.
@chrisder18146 ай бұрын
hello could you help me understand what results I could get if I add the jungle scout API for Amazon sellers to my scenario
@relationl6 ай бұрын
Hey there. I can’t help with that unfortunately. Good luck!
@hmlchy7 ай бұрын
Glide says filtering isn't a secure method, people can inspect and find other data, glide suggests that we use role, but i don't see any tutorial on role
@relationl6 ай бұрын
I think they are referring to conditional visibility based on user role. You basically create a Role field in the User table and make certain elements conditionally visible only if current user's role is say "Admin", for instance.
@breschio7 ай бұрын
This is great. Super-informative!! Didn't even know the interface option existed.
@relationl7 ай бұрын
😉 new since Oct 2022 and it’s only really started to shine in the last 6 months.
@sifisodhladhla80607 ай бұрын
Can you please do a tutorial on this automation or can you share the blueprint to the scenario?
@relationl7 ай бұрын
Hey sifi, check my channel from April 2023. Here’s the link - > kzbin.info/www/bejne/gYHYZqiogqZ-fqMsi=En-p30BqTsVOAUWx
@keiths44197 ай бұрын
You can link records across google sheets tables as well. Using a importrange function.
@relationl7 ай бұрын
genius! i was not aware of that.
@BobRutledge7 ай бұрын
Great Max
@beerbuffet12227 ай бұрын
Brilliance through simplicity 🍻⛳️🌵
@beerbuffet12227 ай бұрын
Clever🍻🌵🏌️♂️
@beerbuffet12227 ай бұрын
Good vid!
@TheRemyRomano7 ай бұрын
Excellent. Although I think using the URL attribute to pass the family name was an unnecessary step in this case. I think we could have simply used @ and added the field directly from the first table. Since these tables are part of the same form, all of the information is available available using @. URL parameters are great for loading fields with record data that are not collected in the form. Anothrr cool idea would be to preload the last name field using @ in the default value. and we could also default the relationship value to child. Fillout is such a remarkable tool, They have truly done great things in the form space.
@relationl7 ай бұрын
You are exactly right!
@Victor_ko-creator7 ай бұрын
Greetings max, I would want to know whether you build airtable workspaces for business md how do you go about it ?
@relationl7 ай бұрын
Hey there. Yes we do!
@Victor_ko-creator7 ай бұрын
@@relationl let me have your contact email address, I will talk to you further
@beerbuffet12227 ай бұрын
Hey MaxB, great vid, I was looking just for this! 🍻🏌️♂️🌵
@relationl7 ай бұрын
Excellent!
@iPodgeek448 ай бұрын
Super interesting…. but not free
@lilianrvrd4547 ай бұрын
too bad my g
@relationl7 ай бұрын
Simplescraper is the pure “no-code” option but also more expensive. If you’re willing to get slightly more technical the Apify.com is a lower cost solution.
@AskMikeWarner8 ай бұрын
This is AWESOME Max! I have been leaning into Airtable so much and barely scratched the surface. Thanks to your video I'm going to be more efficient and have more time to focus on other tasks. Please keep putting these out!
@relationl7 ай бұрын
Thanks for the encouraging feedback Mike! As an Airtable power user, what’s one thing (concept, trick, etc) that you learned from these videos? I’m curious to understand where the gap is between “leaning in so much” and “scratching the surface”? What were you missing before? formulas? interfaces? Data structure?
@AskMikeWarner7 ай бұрын
@@relationl I never understood how to properly utilize linked records. Watching you create one for Artists and one for Reporting made it so much easier to create and understand. Thank you!
@relationl7 ай бұрын
Amazing! Airtable is a game. He who finds the most “one-to-many” relationships in their data and properly expresses them using Airtable linked records, wins! I wrote a blog post about this last year. www.relationl.co/blog/airtable-is-a-game
@CKyngBey8 ай бұрын
Thanks Max!
@jobsmalayalam52628 ай бұрын
❤❤❤❤❤
@BohotHardRap8 ай бұрын
Great Info! Can you make a video for Updating Spotify plays of particular songs into airtable and rank them? Would really appreciate it!
@relationl8 ай бұрын
Thank you! This can be done using a web scraping tool like Apify or Simplescraper. I will add this to the build pipeline for the tutorial series.
@kelvinautomates9 ай бұрын
Hey Max, great tutorial, I am doing something similar but I want to build a fun project for myself using airtable and spotify, is there a way for me to populate the airtable base automatically with specific criteria? For example artists of specific genre, happy to discuss on a call if it's easier
@relationl9 ай бұрын
Yes! Spotify has an open API that is free to use. Chartmetric has one as well although you must pay for a subscription. Either can be integrated with your Airtable base. Fee free to book a call using the link in description.
@beatvilla1359 ай бұрын
surprised you don't have more followers and views. these videos saved my life!
@relationl9 ай бұрын
Boom. I love the feedback. Thank you. Are you building tools for the music industry? Or just in general?
@agoogleuser693710 ай бұрын
Does GLide allow public users?
@relationl10 ай бұрын
Yes! Thats the primary use case.
@jouianissa455110 ай бұрын
I do exactly like you but the values are not displayed when I loop. Some appear without loops and others not at all. However, the variable names are correct. I don't understand
@relationl10 ай бұрын
Rewatch the part at 5:14 and make sure you're referencing the child table properly. If that still doesnt work then I suggest reaching out to the Documint team using the chatbot in the lower right of their interface. They will ask for your Template ID and then be able to inspect it for errors.
@cottagekeeper10 ай бұрын
This is a wonderful solution, only better would be Airtable integrating this into their forms. I do have a question in Airtable I have a % field and when using Fillout I enter in 6.25 in the field it populates at 625% in Airtable. Any thoughts on how to fix this?
@relationl10 ай бұрын
I agree that Airtable would be well served to have the best forms solution in the market. Especially since most people's introduction to Airtable is from having been sent a form. Regarding your question: there are two ways to accomplish this. 1. just type in .0625 into the fillout form. 2. click Logic in the lower right, then Calculations at the top. Create a new value that divides your % field by 100. Then close out the Logic section and click into the Integrations tab at the top of the page. Hover over your Airtable connection right at the top and click into it. You will see a list of Mappings. Change the Mapping of the % Field to the new calculated value you created. Let me know how that goes!
@cottagekeeper10 ай бұрын
@@relationl I appreciate the suggestions. I was able to get the calculations to work, this is better for my brain to understand when entering the form. Appreciate your valuable time, thank you!
@relationl10 ай бұрын
@@cottagekeeper i totally understand that! moral of the story is that Fillout has thought if literally everything :)
@eduardovaladao739611 ай бұрын
Thank you so much! Certainly I'll remember to get back here if need any other help in Airtable. Got a subscriber! Please, keep posting.
@relationl11 ай бұрын
You got it! Thanks for the sub! I have a fun video coming soon in a slightly longer format. But it will be good for some newer Airtable users to see just how quick some of these larger builds come together.
@NourOssamaAliAhmed11 ай бұрын
Quick question. A new record is created for the child object when they click submit on the subform before the whole form itself is submitted. What if an applicant closes out of the form before they complete it? Or what if they want to delete a record they just generated? Doesnt this mess with the back end?
@relationl11 ай бұрын
If they don’t submit the parent form then the child record will remain orphaned. You can leave it there or create an automation to have it deleted. I just leave them there. Same thing if they unlink a child record before submitting the parent form.
@Marticulate11 ай бұрын
Thank you. Airtable is a struggle for most no-code users. They could integrate these options of date from, to, difference, etc into simple 1 click options easily.
@relationl11 ай бұрын
Hey there. I found the Formula Playground extremely helpful when getting started with Airtable. It's a great resource for learning how to do all the stuff you mentioned: www.airtable.com/universe/expHF9XTWWwAT299z/airtable-formula-playground
@Marticulate11 ай бұрын
@@relationl Thanks for the info.
@padeaeducation11 ай бұрын
what is the purpose of the checked/unchecked + radio button?
@relationl11 ай бұрын
You are ultimately going to tell Make to look at the "Unchecked" view in the Intake table at regular intervals (every hour, every day, etc) and upsert any info it finds to the Creators table. I should have included a 4th module that updates the Intake record at the and to check the box, thereby moving it out of the "Unchecked" view so the automation does not run on that record again.
@DimeStack7 ай бұрын
@@relationl Can you make a video on this please?
@bbianchini52632 күн бұрын
An Airtable automation triggered on new record created with script with Webhook calling Make is more efficient and instantaneous
@agoogleuser693711 ай бұрын
Can then the submitters edit their submissions? Why with airtable and not with notion or google sheets?
@relationl11 ай бұрын
Hey! Yes they can edit their submissions, and Fillout integrates with Notion and Google Sheets as well.
@drreecew Жыл бұрын
Underrated video
@relationl Жыл бұрын
Thanks! Remember to us Condition Groups to keep this all on one automation.
@cottagekeeper Жыл бұрын
Questions: How does this look if you have multiple pages, does the page break cleanly, is there a way to add page numbers on the bottom of the page and include a page header on each page? Is Documint a safe company to share my business data with? I have concerns Documint will know our business financials, clients names, phone numbers, etc. All it takes is one rogue employee to give access to my data. How do I keep my sensitive business data safe with Documint? Do they encrypt everything?
@relationl Жыл бұрын
The formatting is customizable down to the pixel. That’s one of the things I like most about it. Regarding data security, you’ll have to ask them directly support(a)documint.me
@netgleb Жыл бұрын
Upsert now works for me, thank to your demo Max!
@relationl Жыл бұрын
You’re welcome!
@tanbeyaslan8788 Жыл бұрын
it would be super helpful if you make a tutorial!
@relationl Жыл бұрын
Ok deal! Let me know what type of data you want to see called into Airtable from Chartmetric API and I’ll do it!