Sample Workflows

Refreshing an Access Token shows how to use these concepts:

  • calling an HTTP API with authorization
  • logic flows (if/else)
  • saving data to the database
  • running ‘child’ workflows and passing data
  • securing your own HTTP APIs

Send an Email using MS Graph without a plugin shows these concepts:

  • setting Variables
  • substituting values in Variables
  • sending an HTTP Request to the MS Graph API ‘SendMail’
  • using credentials set in Credential Manager

Using Google API for address lookups shows these concepts:

  • display a form using HTTP Response
  • linking to the Google API via single <script> statement
  • passing the API key
  • retrieving values into specific fields on the form

Using Google Maps to calculate time & distance shows these concepts:

  • self-documenting workflow, with helpful activity names
  • calling an HTTP API with authorization
  • logic flows (if/else)
  • use of try/catch in JavaScript, setting Outcomes
  • efficiently retrieving a single entry from the Settings Type
  • running ‘child’ workflows and passing data
  • creating a task asynchronously (in the background)
  • returning data to the ‘parent’ workflow

Automated Documentor with AI shows how to use these concepts:

  • HTTP requests,
  • Open AI,
  • multiple triggers
  • Saving files,
  • Downloading files,
  • Credentials,
  • Variables from Settings Type
  • Web UI features such as
    • checkboxes
    • submitting on change
    • submitting on button press
    • Tailwinds CSS

Interacting with Power Automate shows these concepts:

  • HTTP requests
  • HTTP end points
  • Power Automate

Table of contents


Copyright © 2023-2024 World of Workflows.