Hello. This seems like it should be an easy solve but I cannot for the life of me figure it out.
I have a table in a base that automatically receives responses from a Typeform survey. It puts the email address (manually entered by person taking the s...
Hello. Let me preface this by saying I am not great at scripts, so your patience and clear explanations would be greatly appreciated.
We currently have a script (no idea who wrote it ages ago) in one of our tables that works by the pressing of a butt...
Hello! Thanks in advance for any help. I am trying to make a formula that will extract a text string from a URL. In this case, the URL is a playlist on Spotify, and the text string is the playlist ID number.
Spotify
Han...
Good Morning! Thanks everyone for the help. I changed the code using your suggestions (I think I followed it correctly) to:
let mapperschedule = base.getTable("Mapper Schedule");
let inputConfig = input.config();
let recordId = inputConfig["recordId'...
thanks, here it is
let mapperschedule = base.getTable("Mapper Schedule");
let record = await selectRecordAsync('Pick a record', base.getTable('Mapper Schedule'));
let topaste = record.getCellValue('Update Mapper Schedule Name - To Paste');
let name =...