Skip to main content

Create sprint goals from Google Sheets with Pega Agile Studio and Google Gemini

Workflow preview

Workflow preview
100%
Create sprint goals from Google Sheets with Pega Agile Studio and Google Gemini preview
Open on n8n.io

1. Workflow Overview

Create sprint goals using Pega Agile Studio with AI Based on the Google Sheet data, the AI will retrieve the userstories ID's, retrieves the userstory data and the corresponding attachments and cre...

Best for

  • Project Management automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequesttool, n8n-nodes-base.aggregate, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.manualtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Richard Nijsten.

Original n8n.io source

1.1 Workflow description

Title
Create sprint goals from Google Sheets with Pega Agile Studio and Google Gemini
Workflow name
Create sprint goals from Google Sheets with Pega Agile Studio and Google Gemini

Create sprint goals using Pega Agile Studio with AI

Based on the Google Sheet data, the AI will retrieve the userstories ID's, retrieves the userstory data and the corresponding attachments and creates sprint goals according to the defined system prompt.

Who's it for

  • Product owners/Scrum masters that use Pega Agile Studio

How it works

  • It retrieves the data from each userstory using the Agile Studio api, and the Google API to gather the attachments in the corresponding documents/sheets/slides.
  • Then the AI processes it according to the system prompt and generates a mail.

How to set up

  • Create a Google Sheet and add the userstories you want in the Google Sheet in column named "Userstory".
  • Set the GoogleSheet ID in the node "Retrieve_Data_From_Sheet"
  • Setup other credentials.
  • Publish the subworkflow for attachment handling.
  • Execute the workflow.

Requirements

  • Access to Pega Agile Studio OAuth2 Api.
  • AI API.
  • Access to Google Cloud for the Google API's

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 2 - Retrieve_Data_From_Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Retrieve Agile Studio US

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.4

Block 4 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 5 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sprint Goal Generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 8 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 9 - When Executed by Another Workflow

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 10 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.4

Block 11 - Download file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 12 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1.1

Block 13 - Merge the results

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 14 - Convert to sheet data to readable format

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Convert the xlsx data to more readable format

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Keep only the attachment ID of .xlsx

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Keep only the attachment ID of the Sheet

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Only select specific spreadsheets

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 21 - Only select specific document

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 22 - Only select specific presentation

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.3

Block 23 - Get the Userstory data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 24 - Iterate over the attachments

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Showing the first 24 of 33 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Create sprint goals from Google Sheets with Pega Agile Studio and Google Gemini
Complexity advanced
Nodes 33
Categories Project Management, Multimodal AI
Author Richard Nijsten
Published 22 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13602/13602.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create sprint goals from Google Sheets with Pega Agile Studio and Google Gemini do?

Create sprint goals using Pega Agile Studio with AI Based on the Google Sheet data, the AI will retrieve the userstories ID's, retrieves the userstory data and the corresponding attachments and cre...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management, Multimodal AI use case.