I receive bank statements from the same Email Id and the Same Subject containing an attachment of spreadSheet after every 1 hour on my Gmail.
I want to create a "Google App Script" to update my master google spreadsheet automatically from this email attachment.
As per my understanding, it should be as below steps;
find the last email from the specified subject and email ID,
save the attachment to the specified Google Drive Folder.
From the master sheet pick the last spreadsheet from the above-specified folder.
Update data in the master sheet.
Is it possible? if yes how?