Skip to content

Commit

Permalink
DocsUpdate-962: foundations-clean-automation-url-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaBran authored and gitbook-bot committed Oct 18, 2024
1 parent de47b00 commit 167862e
Show file tree
Hide file tree
Showing 113 changed files with 235 additions and 445 deletions.
92 changes: 44 additions & 48 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,54 +17,50 @@
* [Hello World](cluck-university/getting-started/hello-world.md)
* [Workflow Building Tips & Tricks](cluck-university/getting-started/workflow-building-tips-and-tricks.md)
* [Fast Track Onboarding](cluck-university/getting-started/fast-track-your-onboarding.md)
* [Rewst Foundations](cluck-university/rewst-foundations-10x/README.md)
* [Lesson 1: Laying the Foundations of Automation](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/README.md)
* [Introduction to Automation and Scoping](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations.md)
* [3 Key Principles for Every Automation](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-1.md)
* [Automating a Business Process](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-2.md)
* [Lesson 2: Building a Basic Form and Workflow](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/README.md)
* [From Workflow Sketch to Rewst Prototype](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations.md)
* [Building the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-1.md)
* [Creating the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-2.md)
* [Adding Actions to the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-3.md)
* [Testing the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-4.md)
* [Lesson 3: Jinja Essentials for Workflow Automation](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/README.md)
* [Introduction to Jinja, JSON, and The Context](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/introduction-to-jinja-json-and-the-context.md)
* [Basic Jinja Syntax and Filters](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md)
* [Jinja List Comprehension](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension.md)
* [Jinja List Comprehension Examples ("Them Apples")](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md)
* [Using Jinja in Rewst Workflows](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md)
* [Lesson 4: Creating an Option Generator Workflow](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/README.md)
* [Introduction to Option Generators](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/introduction-to-option-generators.md)
* [How to Create, Configure, and Trigger an Option Generator Workflow](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md)
* [Using Jinja in Data Aliases and Creating an API Request Action](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md)
* [Connecting an Option Generator Workflow to a Rewst Form](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md)
* [Lesson 5: Managing Workflow Paths](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/README.md)
* [Introduction to Workflow Logic (Microsoft APIs)](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md)
* [Getting Object Properties for Microsoft Groups](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/getting-object-properties-for-microsoft-groups.md)
* [Creating a Microsoft Exchange Online Path in the Workflow](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md)
* [Lesson 6: Implementing Error-Handling in Rewst Workflows](cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/README.md)
* [Adding Error Handling to Workflow Actions](cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/adding-error-handling-to-workflow-actions.md)
* [Implementing Error Handling with Feedback Messages](cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/implementing-error-handling-with-feedback-messages.md)
* [Lesson 7: Optimizing Workflow Design](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/README.md)
* [Using a Sub Workflow to Update Multiple Groups](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md)
* [Updating the Add or Remove User Form](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/updating-the-add-or-remove-user-form.md)
* [Creating a New Parent Workflow](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/creating-a-new-parent-workflow.md)
* [Sub Workflow and With Items Overview](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/sub-workflow-and-with-items-overview.md)
* [Adding Other Parent Workflow Actions](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/adding-other-parent-workflow-actions.md)
* [Testing the Final Workflow](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/testing-the-final-workflow.md)
* [\[Lesson Template\] Lesson Title](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/README.md)
* [\[First Module\] Title Goes Here](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations.md)
* [\[Middle Modules\] Title Goes Here](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-1.md)
* [\[Last Module\] Title Goes Here](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-2.md)
* [Foundations Certification](cluck-university/rewst-foundations-10x/foundations-certification.md)
* [Clean Automation](cluck-university/clean-automation-200-series/README.md)
* [Advanced Automation Concepts](cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md)
* [Data Types and Jinja](cluck-university/clean-automation-200-series/202-data-types-and-jinja.md)
* [Boolean Logic & Comparisons](cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md)
* [Modular Automation Through Abstraction](cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md)
* [Avoiding Automation Anti-Patterns](cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md)
* [Clean Automation Certification](cluck-university/clean-automation-200-series/foundations-certification.md)
* [Rewst Foundations](cluck-university/rewst-foundations/README.md)
* [Lesson 1: Laying the Foundations of Automation](cluck-university/rewst-foundations/laying-the-foundations-of-automation/README.md)
* [Introduction to Automation and Scoping](cluck-university/rewst-foundations/laying-the-foundations-of-automation/intro-to-automation-and-scoping.md)
* [3 Key Principles for Every Automation](cluck-university/rewst-foundations/laying-the-foundations-of-automation/3-key-principles-for-every-automation.md)
* [Automating a Business Process](cluck-university/rewst-foundations/laying-the-foundations-of-automation/101-laying-the-foundations-of-automations.md)
* [Lesson 2: Building a Basic Form and Workflow](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/README.md)
* [From Workflow Sketch to Rewst Prototype](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/from-workflow-sketch-to-rewst-prototype.md)
* [Building the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/building-the-add-remove-user-form.md)
* [Creating the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/creating-the-add-remove-user-workflow.md)
* [Adding Actions to the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/adding-actions-to-add-remove-workflow.md)
* [Testing the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/testing-the-add-remove-form.md)
* [Lesson 3: Jinja Essentials for Workflow Automation](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/README.md)
* [Introduction to Jinja, JSON, and The Context](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/intro-to-jinja-json-the-context.md)
* [Basic Jinja Syntax and Filters](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md)
* [Jinja List Comprehension](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension.md)
* [Jinja List Comprehension Examples ("Them Apples")](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md)
* [Using Jinja in Rewst Workflows](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md)
* [Lesson 4: Creating an Option Generator Workflow](cluck-university/rewst-foundations/creating-an-option-generator-workflow/README.md)
* [Introduction to Option Generators](cluck-university/rewst-foundations/creating-an-option-generator-workflow/introduction-to-option-generators.md)
* [How to Create, Configure, and Trigger an Option Generator Workflow](cluck-university/rewst-foundations/creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md)
* [Using Jinja in Data Aliases and Creating an API Request Action](cluck-university/rewst-foundations/creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md)
* [Connecting an Option Generator Workflow to a Rewst Form](cluck-university/rewst-foundations/creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md)
* [Lesson 5: Managing Workflow Paths](cluck-university/rewst-foundations/managing-workflow-paths/README.md)
* [Introduction to Workflow Logic (Microsoft APIs)](cluck-university/rewst-foundations/managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md)
* [Getting Object Properties for Microsoft Groups](cluck-university/rewst-foundations/managing-workflow-paths/getting-object-properties-for-microsoft-groups.md)
* [Creating a Microsoft Exchange Online Path in the Workflow](cluck-university/rewst-foundations/managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md)
* [Lesson 6: Implementing Error-Handling in Rewst Workflows](cluck-university/rewst-foundations/implementing-error-handling-in-workflows/README.md)
* [Adding Error Handling to Workflow Actions](cluck-university/rewst-foundations/implementing-error-handling-in-workflows/adding-error-handling-to-workflow-actions.md)
* [Implementing Error Handling with Feedback Messages](cluck-university/rewst-foundations/implementing-error-handling-in-workflows/implementing-error-handling-with-feedback-messages.md)
* [Lesson 7: Optimizing Workflow Design](cluck-university/rewst-foundations/optimizing-workflow-design/README.md)
* [Using a Sub Workflow to Update Multiple Groups](cluck-university/rewst-foundations/optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md)
* [Updating the Add or Remove User Form](cluck-university/rewst-foundations/optimizing-workflow-design/updating-the-add-or-remove-user-form.md)
* [Creating a New Parent Workflow](cluck-university/rewst-foundations/optimizing-workflow-design/creating-a-new-parent-workflow.md)
* [Sub Workflow and With Items Overview](cluck-university/rewst-foundations/optimizing-workflow-design/sub-workflow-and-with-items-overview.md)
* [Adding Other Parent Workflow Actions](cluck-university/rewst-foundations/optimizing-workflow-design/adding-other-parent-workflow-actions.md)
* [Testing the Final Workflow](cluck-university/rewst-foundations/optimizing-workflow-design/testing-the-final-workflow.md)
* [Foundations Certification](cluck-university/rewst-foundations/foundations-certification.md)
* [Clean Automation](cluck-university/clean-automation/README.md)
* [Advanced Automation Concepts](cluck-university/clean-automation/advanced-automation-concepts.md)
* [Data Types and Jinja](cluck-university/clean-automation/data-types-and-jinja.md)
* [Boolean Logic & Comparisons](cluck-university/clean-automation/boolean-logic-and-comparisons.md)
* [Modular Automation Through Abstraction](cluck-university/clean-automation/modular-automation-through-abstraction.md)
* [Avoiding Automation Anti-Patterns](cluck-university/clean-automation/avoiding-automation-anti-patterns.md)
* [Clean Automation Certification](cluck-university/clean-automation/clean-automation-certification.md)
* [Electives](cluck-university/electives/README.md)
* [Extending the Power of Rewst Workflows](cluck-university/electives/extending-the-power-of-rewst-workflows/README.md)
* [Part 1: Introduction to Completion Handlers](cluck-university/electives/extending-the-power-of-rewst-workflows/part-1-introduction-to-completion-handlers.md)
Expand Down
29 changes: 0 additions & 29 deletions cluck-university/clean-automation-200-series/README.md

This file was deleted.

Loading

0 comments on commit 167862e

Please sign in to comment.