@samliew @Automate_with_Rezwan thanks so much, here is more info:
blueprint.json (77.9 KB)
Here is what is supposed to be input for create Slack Channel (it creates the channel named “c-” but doesn’t append brand name from the form):
Here is what is going in - maybe the private setting here needs to be fixed in forms?
But I dont see it as being private:
Here is the variable that is supposed to be copied within the completed form response:
Link to quiz: WGM Onboarding Form
Here is bundle input/output for Clickup task
Here is bundle output for the create Drive folder
[
{
“kind”: “drive#file”,
“id”: “17r5Y9zDyXDpo1cDv1yU7WhrQkkch5qCP”,
“name”: “New Folder”,
“mimeType”: “application/vnd.google-apps.folder”,
“starred”: false,
“trashed”: false,
“explicitlyTrashed”: false,
“parents”: [
“1DOzgqN7Fo_9JiG39OQVTAXY4iriRZy5z”
],
“spaces”: [
“drive”
],
“version”: “1”,
“webViewLink”: “New Folder - Google Drive”,
“iconLink”: “https://drive-thirdparty.googleusercontent.com/16/type/application/vnd.google-apps.folder+48”,
“hasThumbnail”: false,
“thumbnailVersion”: “0”,
“viewedByMe”: false,
“createdTime”: “2023-12-09T17:36:22.322Z”,
“modifiedTime”: “2023-12-09T17:36:22.322Z”,
“modifiedByMeTime”: “2023-12-09T17:36:22.322Z”,
“modifiedByMe”: true,
“owners”: [
{
“kind”: “drive#user”,
“displayName”: “Charles Warren”,
“photoLink”: “https://lh3.googleusercontent.com/a/default-user=s64”,
“me”: true,
“permissionId”: “14133835738621459231”,
“emailAddress”: “support@warrengrowthmarketing.com”
}
],
“lastModifyingUser”: {
“kind”: “drive#user”,
“displayName”: “Charles Warren”,
“photoLink”: “https://lh3.googleusercontent.com/a/default-user=s64”,
“me”: true,
“permissionId”: “14133835738621459231”,
“emailAddress”: “support@warrengrowthmarketing.com”
},
“shared”: true,
“ownedByMe”: true,
“capabilities”: {
“canAcceptOwnership”: false,
“canAddChildren”: true,
“canAddMyDriveParent”: false,
“canChangeCopyRequiresWriterPermission”: false,
“canChangeSecurityUpdateEnabled”: false,
“canChangeViewersCanCopyContent”: false,
“canComment”: true,
“canCopy”: false,
“canDelete”: true,
“canDownload”: true,
“canEdit”: true,
“canListChildren”: true,
“canModifyContent”: true,
“canModifyContentRestriction”: false,
“canModifyEditorContentRestriction”: false,
“canModifyOwnerContentRestriction”: false,
“canModifyLabels”: false,
“canMoveChildrenWithinDrive”: true,
“canMoveItemIntoTeamDrive”: true,
“canMoveItemOutOfDrive”: true,
“canMoveItemWithinDrive”: true,
“canReadLabels”: false,
“canReadRevisions”: false,
“canRemoveChildren”: true,
“canRemoveContentRestriction”: false,
“canRemoveMyDriveParent”: true,
“canRename”: true,
“canShare”: true,
“canTrash”: true,
“canUntrash”: true
},
“viewersCanCopyContent”: true,
“copyRequiresWriterPermission”: false,
“writersCanShare”: true,
“permissions”: [
{
“kind”: “drive#permission”,
“id”: “14133835738621459231”,
“type”: “user”,
“emailAddress”: “support@warrengrowthmarketing.com”,
“role”: “owner”,
“displayName”: “Charles Warren”,
“photoLink”: “https://lh3.googleusercontent.com/a/default-user=s64”,
“deleted”: false,
“pendingOwner”: false
},
{
“kind”: “drive#permission”,
“id”: “anyoneWithLink”,
“type”: “anyone”,
“role”: “reader”,
“allowFileDiscovery”: false
}
],
“permissionIds”: [
“14133835738621459231”,
“anyoneWithLink”
],
“folderColorRgb”: “#8f8f8f”,
“quotaBytesUsed”: “0”,
“isAppAuthorized”: true,
“linkShareMetadata”: {
“securityUpdateEligible”: false,
“securityUpdateEnabled”: true
}
}
]