Add View Count with Microsoft Power Automate

Intro In this post, I shared a solution to add view count to blogger posts with Google Apps Script. However, we need to add some custom code to every single post manually. This is a solution to add the code automatically to the post with Power Automate. Instructions 1. Build an automated cloud flow. 2. … Read more

Add View Count to Your Blogger Posts

An Alternative Solution with Google Apps Script GAS106 Intro “Post View” or “View Count” feature is not supported in the post of Google Blogger for some reason. And it’s even not in the blogger API service. To show the post views on every single post of yours for the viewers. Here is my simple and … Read more

Create Gmail Replies or Drafts with ChatGPT

Automate email reply or draft reply with the ChatGPT and Google Apps Script Introduction In this Google Apps Script project, I am using ChatGPT to generate a reply message by providing the messages in the Gmail thread. The reply can be then sent out directly or created as a draft so you can review before … Read more

Guide to Complete Google Apps Script Authorization

Intro If you are new to Google Apps Script, this guide may help to complete the authorization process for your first script. If you want to learn more about it, here is the document from Google. Steps From the Custom Menu (after menu “Help”), try any custom function in it. It should open this dialog if the … Read more