Comments for Andrew Roberts https://www.andrewroberts.net Freelance Google Apps Script Developer Fri, 15 Sep 2023 11:26:29 +0000 hourly 1 Comment on Rose Photo Manager – Bulk Copy Google Photos to Google Drive by Andrew Roberts https://www.andrewroberts.net/2022/07/rose-photo-manager-copy-google-photos-to-google-drive/#comment-11555 Fri, 15 Sep 2023 11:26:29 +0000 https://www.andrewroberts.net/?p=1996#comment-11555 In reply to Albert Arnó.

Interesting idea! I think you would need to set up a service account to access the photos of another GMail account??

]]>
Comment on Rose Photo Manager – Bulk Copy Google Photos to Google Drive by Albert Arnó https://www.andrewroberts.net/2022/07/rose-photo-manager-copy-google-photos-to-google-drive/#comment-11123 Thu, 08 Sep 2022 10:34:29 +0000 https://www.andrewroberts.net/?p=1996#comment-11123 It’s a very nice and clever code. I’m wonder, would it be possible to copy all photos to ANOTHER gmail account? It would be perfect to improve storage in accounts…

]]>
Comment on Merging two 2D arrays/datasets/tables with Google Apps Script by Raymomd tham https://www.andrewroberts.net/2020/03/merging-two-2d-arrays-datasets-tables-google-apps-script/#comment-11000 Tue, 15 Mar 2022 03:13:15 +0000 http://www.andrewroberts.net/?p=1834#comment-11000 This documentation is incomplete, there are no instructions on how to create the MENU item ‘MERGE’, as well as the sub items ‘Clear “MergeTables”‘ and ‘Merge Table1 and Table2’.

Can you please provide instructions on how to create the MENU items as well as the contents (or function execution strings)

]]>
Comment on Formatting a value as a string by Homepage https://www.andrewroberts.net/2020/02/formatting-value-string/#comment-10816 Sun, 30 May 2021 17:05:08 +0000 http://www.andrewroberts.net/?p=1798#comment-10816 … [Trackback]

[…] Read More: andrewroberts.net/2020/02/formatting-value-string/ […]

]]>
Comment on Google Apps Script to create and email a PDF by Andrew Roberts https://www.andrewroberts.net/2016/01/google-apps-script-to-create-and-email-a-pdf/#comment-10792 Sat, 03 Apr 2021 14:59:40 +0000 http://www.andrewroberts.net/?p=1491#comment-10792 In reply to Swati Singha.

The values are not merged into the email, just the GDoc template.

]]>
Comment on Google Apps Script to create and email a PDF by Swati Singha https://www.andrewroberts.net/2016/01/google-apps-script-to-create-and-email-a-pdf/#comment-10788 Thu, 01 Apr 2021 08:04:06 +0000 http://www.andrewroberts.net/?p=1491#comment-10788 Hi Andrews,

Thank you so much for the wonderful script. It work fine. However the only problem is the details of the row are not getting populated in the pdf. Please recommend a code for this or where do i need to make changes in your existing script. I am getting the pdf in email as
Name: {{Name}}
Age: {{Age}}

]]>
Comment on Create a PDF from each of the rows in a Google Sheet by NIRAJ https://www.andrewroberts.net/2017/05/create-pdf-rows-google-sheet/#comment-10773 Sat, 27 Feb 2021 04:53:59 +0000 http://www.andrewroberts.net/?p=1641#comment-10773 Thank you so much for your prompt reply sir…

as i’m not an expert in script. i tried to use

file.getUrl() spreadsheet.getSheetByName().getRange().setValue()

but i am not getting the result. can you please help me?

]]>
Comment on Create a PDF from each of the rows in a Google Sheet by Andrew Roberts https://www.andrewroberts.net/2017/05/create-pdf-rows-google-sheet/#comment-10772 Fri, 26 Feb 2021 13:01:13 +0000 http://www.andrewroberts.net/?p=1641#comment-10772 In reply to NIRAJ.

Hi, Use file.getUrl() and then spreadsheet.getSheetByName().getRange().setValue() to write it to the sheet.

]]>
Comment on Create a PDF from each of the rows in a Google Sheet by NIRAJ https://www.andrewroberts.net/2017/05/create-pdf-rows-google-sheet/#comment-10770 Fri, 26 Feb 2021 08:38:56 +0000 http://www.andrewroberts.net/?p=1641#comment-10770 Hi Andrew,
is there any way to show the pdf url in the data sheet.

]]>
Comment on Create a PDF from each of the rows in a Google Sheet by Andrew Roberts https://www.andrewroberts.net/2017/05/create-pdf-rows-google-sheet/#comment-10766 Thu, 18 Feb 2021 18:31:00 +0000 http://www.andrewroberts.net/?p=1641#comment-10766 In reply to Espe.

Beyond the scope of this post I’m afraid. You would be best to try Stack Overflow.

]]>