Try it
  • Examples
  • Features
  • Testimonials
  • Partners
  • Pricing
  • Support
    • Sintel Apps Help
    • Sintel Apps Release History
    • Sintel BI Help
    • Sintel BI Release History
    • Webinars
    • How to video series
    • Ask the community
    • Submit a ticket
    • Request a demo
    • Compare us
  • Blog
  • Examples
  • Features
  • Testimonials
  • Partners
  • Pricing
  • Support
    • Sintel Apps Help
    • Sintel Apps Release History
    • Sintel BI Help
    • Sintel BI Release History
    • Webinars
    • How to video series
    • Ask the community
    • Submit a ticket
    • Request a demo
    • Compare us
    • For Schools
  • Blog
  • Get Started
How can we help?

Search for answers or browse articles about Sintel Apps

Filter by categories Clear Results
  • About Sintel Apps

    • What is Sintel Apps? (Product Overview)
    • Understanding the Underlying SharePoint List
  • Sintel Forms to Sintel Apps Migration

    • Sintel Forms Is Now Sintel Apps – What You Need to Do
    • Upgrading from Sintel Forms to Sintel Apps – Migration Guide
    • JavaScript API Differences Between Sintel Forms and Sintel Apps
    • Migrating Workflow History using a custom Microsoft Flow
    • What Does Not Migrate Automatically
    • Migration Checklist
    • Information for IT Administrators – Installing Sintel Apps
    • How to Find Existing Sintel Forms in SharePoint
    • Convert a classic SharePoint site to a modern one
  • Getting Started

    • Add Sintel Apps to Your Microsoft 365 Tenant
    • Configure Sintel Apps on a Site
    • Using Site Collection App Catalogs
  • Designer Overview

    • Sintel Apps Designer – Overview (Tour)
    • Layout Tab (Overview)
    • Workflow Tab (Overview)
    • Settings Tab (Overview)
    • Logic Tab: Create your First Rule (Overview)
  • Layout

    • Layout Tab (Overview)
    • Calculated Fields
    • Fields

      • Text Fields (All types explained)
      • Choice Fields (Dropdown vs Multi-Choice)
      • Lookup Fields
      • Person and Group Fields Posted
      • Number, Currency & Percentage Fields
      • Yes/No Field
      • Date & Date Time Fields
      • Hyperlink Field
      • Picture Fields
      • Related List
      • Related Library
      • Enhanced Rich Text Editor
    • Widgets

      • Attachments
      • HTML Widget
      • Workflow Status Widget
      • Workflow History Widget
      • Buttons
    • Theme

      • Data Import Export
      • Theme & Styling
  • Logic

    • Logic Tab: Create your First Rule (Overview)
    • Understanding Conditions
    • Understanding Steps
    • The JavaScript API

      • Using the JavaScript API in Logic
  • Workflow

    • Workflow Tab (Overview)
    • How to Build Common Workflow Patterns in Sintel Apps
    • How to Configure Workflow Email Notifications
    • Actions

      • The Workflow Actions API Integration
      • Workflow Actions – Configuration and Settings
      • Configuring Power Automate Webhook
    • Statuses

      • Workflow Statuses – Configuration and Settings
  • Settings

    • Settings Tab (Overview)
    • PDF Export
    • Conversations
    • After save script
    • Confirmation Screens
    • License Information
    • Upgrade from Sintel Forms
    • Custom Emails
    • Form Viewer

      • Actions Menu Behavior
      • Enable Concurrent Access
      • After save/action redirect to
      • After close redirect to
    • External Access

      • External Access & Sharing
      • Configuring External Access Permissions
  • Product Updates

    • CSP Content Security Policies (CSP) Enforcement for SPFx Apps
    • Sintel Apps Content Delivery Network CDN
    • Release History
    • How to update Sintel Apps
  • Building Forms

    • How to Create a New List
  • End-to-End Examples

    • Articles coming soon
  • Checklists & Best Practices

    • Sintel Apps – Project Planning & Best Practices
    • Project Requirements Template
  • Advanced Configurations

    • The Workflow Actions API Integration
    • Using the JavaScript API in Logic
    • Configuring External Access Permissions
  • Troubleshooting

    • Failed to query permissions
    • Convert a classic SharePoint site to a modern one
  • Administration

    • Sintel Apps Email Delivery
< All Topics
You are here:
  • Main
  • Workflow
  • Actions
  • Workflow Actions – Configuration and Settings

Workflow Actions – Configuration and Settings

Posted16 February 2026
Updated25 February 2026
ByAmy Dermody
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%

This article explains how to configure Workflow Actions in Sintel Apps and what each action setting controls.

An action moves a form from one status to another.

What Is an Action?

An action:

  • Appears as a button on the form

  • Can only be seen by defined users

  • Moves the form to a target status

  • May require approval or confirmation

Examples include: Submit, Approve, Reject, Send Back and Complete

Creating an Action

 

  1. Select a status in the Workflow canvas.
  2. Click Add Action.
  3. Configure the properties in the right-hand panel.

 

On the right-hand panel, you will see the action properties

– General Settings

Action Name
The label displayed on the button.

Use clear, action-oriented wording (e.g. Submit Request, Approve, Reject).

Target Status
The status the form moves to after the action completes.

Every action must have a target status.

 

– Validation

Ignore Validation

Allows the action to run even if form validation rules fail.

– Audience

Defines who can see and perform the action. If a user is not in the audience, they will not see the button.

Options include:

  • Public – Visible to everyone. You can also choose to include external users by selecting ‘Include external users‘  This allows external collaborators (if enabled in Settings) to perform the action. Only use this when external access is intentionally configured.
  • Specific users – Only selected users or groups – search by name or else type {{ to view options like Created By or Person Fields. You can also select ‘Participants of previous actions‘.

 

 

– Quorum

Controls how many users must complete the action.

Options may include:

  • Fixed number
  • Everyone

Example 1

If five approvers are selected and a quorum is set to 2, any two approvals complete the action.

Example 2

If three approvers are selected and quorum is set to Everyone, all five users must complete the action before the form moves to the next status. If even one approver has not responded, the action will remain pending and the status will not change.

 

– Confirmation

You can require a confirmation pop-up before the action completes. You can also require comments and signatures.

Example 1 – Rejection with Mandatory Comment

Action: Reject
Confirmation: Enabled
Message: “Are you sure you want to reject this request?”
Comments: Mandatory

Use case:
Ensures the approver provides a reason for rejection, which is then visible in Workflow History.

Example 2 – Final Approval with Digital Signature

Action: Approve
Confirmation: Enabled
Message: “By approving, you confirm this request complies with company policy.”
Comments: Optional
Signature: Required

Use case:
Adds accountability for high-risk approvals (e.g. financial or compliance-related decisions).

Example 3 – Escalation Warning

Action: Escalate to Director
Confirmation: Enabled
Message: “This action will escalate the request to senior management. Continue?”
Comments: Optional
Signature: Not required

Use case:
Prevents accidental escalation and ensures the user consciously confirms the action.

– Redirect

Define where users are redirected after the action completes.

Options include:

  • Default (return to list), e.g., an IT Helpdesk form where staff submit multiple tickets per day and need to return to the list to create another request.
  • Form in Edit mode, e.g., an internal onboarding form where HR submits the first section and then immediately continues editing to complete employment setup details
  • Custom URL, e.g., after submitting a training request, redirect the user to a SharePoint page explaining the next steps and expected approval timelines. Or: Redirect to an external HR system dashboard.
  • Site Homepage, e.g. a Health & Safety site, where, after submitting an incident report, users are redirected back to the site homepage containing guidance documents and contact information.

– Notifications

Enable Send Email to notify assigned users when the action is available.

Note: Notifications are only sent when actions are not publicly visible.

– API Integration

The Allow automated submission option enables an action to be triggered programmatically via the Sintel Apps API. When enabled, the action can be executed without a user manually clicking the button in the form interface.

This is typically used for integrations or system-driven processes. More information 

 

In Summary

Actions drive workflow movement.

They control:

  • Who can act
  • What happens next
  • Whether approval is required
  • What notifications are sent

Well-designed actions ensure a controlled and predictable process.

Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents

Sintel Apps

Create apps on Microsoft 365 in minutes with no code.

Address

River House
Blackpool Park,
Cork, T23 R5TF,
Ireland

Support

  • Product help
  • Community site
  • Submit a ticket
  • Compare us

    Contact us to

    • Book a demo
    • Request a license
    • Become a partner

    e-mail: info@sintelapps.com
    tel: +353 (0) 21 245 2935

    Follow us

    • Follow
    • Follow
    • Follow

    © Copyright 2026 | End User License Agreement | Privacy Policy | Terms Of Use

    Sintel Apps
    Sintel Apps Assistant
    Get instant answers and support
    Connecting to Sintel Apps Assistant…
    Sintel is thinking…
    We use cookies to collect and analyse information about the users of this website. Please click 'I accept' to consent to the use of this technology.