The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello All!I'm trying to make the Airtable search function in Make/Intergromat say "IF a google drive file name contains an Airtable content id, then show me that record" so I can then add the files web view link to the record. So the finished automa...
The actual free solution - you're going to need an automation & some new fields1. Make a new single line text field and call it 'RECID' (or whatever you want)2. Make a new button field and use the following formulaCONCATENATE('YOUR FORM URL','?prefil...
FOR ANYONE LOOKING FOR A SOLUTION to deleting records for new form submissions. I found a solution on youtube (thanks Dan Leeman) (see screenshot for my flow) const table = base.getTable('TABLE NAME');const recordsToDelete = input.config().recordIds;...
Hi! I'm running into this same issue... tried this solution but noticed that while it works upon set up, if you change the linked records status (for example) and it no longer meets the filter requirements for that view... it stays linked. Any tips? ...