We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbd648 commit ef958aaCopy full SHA for ef958aa
CreateUI.gs
@@ -74,5 +74,7 @@ function fetchInfo() {
74
getOrgUnits();
75
getSharedDrives();
76
getGroupMembers();
77
- getGroupsSettings();
+ getGroupsSettings();
78
+ // Display alert notification when all scripts have completed
79
+ SpreadsheetApp.getUi().alert('All API scripts have successfully completed.');
80
}
0 commit comments