Skip to content

Commit ef958aa

Browse files
committed
Update CreateUI.gs
1 parent ddbd648 commit ef958aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CreateUI.gs

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,7 @@ function fetchInfo() {
7474
getOrgUnits();
7575
getSharedDrives();
7676
getGroupMembers();
77-
getGroupsSettings();
77+
getGroupsSettings();
78+
// Display alert notification when all scripts have completed
79+
SpreadsheetApp.getUi().alert('All API scripts have successfully completed.');
7880
}

0 commit comments

Comments
 (0)