Learn how to use this powerful n8n workflow to demonstrate full CRUD operations for Strava activities. Use the dedicated Strava n8n node to create, modify, and fetch data.
Download this n8n workflow template and start using it instantly.
• Strava users or developers looking to automate fitness tracking data.
• Users seeking a robust example of sequential API calls within an n8n workflow.
• Anyone needing n8n templates to interact with OAuth2 authenticated services.
• n8n specialists testing the capabilities of the core Strava n8n node.
This comprehensive n8n workflow provides a robust demonstration of interacting with the Strava API through the platform's specialized Strava n8n node. Often, automation requires not just creating data, but subsequently modifying or reading that data based on the unique ID generated during creation. This n8n workflow template solves the problem of needing to chain dependent operations by sequentially creating an activity (a 'Morning Run' of 1000m), immediately updating it with a detailed description, and finally performing a GET request to verify the successful update. This is a foundational example for building more complex n8n automation scenarios involving fitness and personal tracking data.
The logical flow of this n8n workflow is strictly sequential, demonstrating chained operations:
id generated by the previous node using an n8n expression (={{$node["Strava"].json["id"]}}). It then uses the update operation to add a description: 'Morning run in the park'.get operation, again referencing the dynamically generated activity id. This action retrieves the fully updated activity record, proving that the creation and update operations in the preceding n8n nodes were successful.To install this n8n workflow template, follow these steps:
On clicking 'execute' (Manual Trigger): The starting n8n trigger for the workflow. It allows for immediate, manual execution to test the Strava integration logic.
Strava (Create Operation): This is the first Strava n8n node. Its function is to create a new activity with predefined static data (Type: Run, Name: Morning Run, Distance: 1000).
Key Configuration: Operation: Create Activity. Uses Strava OAuth2 credentials.
Strava1 (Update Operation): This crucial Strava n8n node updates the activity created in the previous step. It dynamically links to the output ID.
Key Configuration: Operation: Update Activity. Activity ID: ={{$node["Strava"].json["id"]}}. Update Field: Description ('Morning run in the park').
Strava2 (Get Operation): The final Strava n8n node. It retrieves the full activity details using the same dynamic ID, ensuring all previous updates were saved correctly to Strava.
Key Configuration:* Operation: Get Activity. Activity ID: ={{$node["Strava"].json["id"]}}.
Master UptimeRobot monitoring using this powerful n8n workflow. Learn to create, update, and retrieve monitor status using the dedicated n8n node for seamless DevOp automation.

Learn how to use this n8n workflow to fully automate task management in Microsoft To Do. Create new tasks, update their status, and retrieve details using the Microsoft To Do n8n node.

Learn how to manage MailerLite subscribers using this sample n8n workflow. Create, update custom fields, and retrieve subscriber details using the MailerLite n8n node.

Use this practical n8n workflow to master issue management in Taiga. Learn how to create, dynamically update, and retrieve issue details using the powerful Taiga n8n node.









































