I am trying to find a way to add a new folder to google drive with name coming from the cell input in Column B in google sheets.
Or if easier add folder manually to drive and have script in google sheets add that folder name to a new row in google sheets column B.
Also either way i do it, i need the cell in column B to hyperlink to that new folder.
eg Jobs Parent folder job45846 job folder add link to this folder into cell in google sheets job45893 job folder add link to this folder into new row cell in google sheets
googledrive.com/host/folderid/a.jpg
. Sample code which creates a new Spreadsheet with all Folder names and all corresponding URLS was also given. – Teyam