Help
Academy
  • INTRODUCTION
  • About Reasy
  • Why Choose Reasy?
  • User Registration
  • Invite & Manage Users
  • GETTING STARTED
    • Create Your First App
    • App Dashboard
    • Workspace
      • Engine Explorer
      • Navigation Explorer
      • Canvas
      • Tools
        • Screen Components
          • Input Elements
          • Containers
          • Texts
          • Buttons
          • Charts
          • Grids
          • Cards
          • Files & Images
          • Custom Components
          • Pre-built Screens
        • Custom Screen Components
        • BPMN Components
        • Data-Driven Plugins
          • Data Sources
            • SQL Plugin
            • Session Plugin
            • MakeServerURL
            • PrivatePDM
            • Logout
            • MethodInvoker
            • UMPlugin
            • APIConsumer
            • EmailReaderPlugin
            • FileReaderPlugin
            • FileWriterPlugin
            • FileDownloadPlugin
            • FileUtils
            • PropertyReader
            • DateUtils
            • JsonUtils
            • JoinPlugin
            • EncryptDecrypt
            • StringUtils
          • Data Display
          • Business Tools
      • Property Editor
        • General Properties
        • Design Properties
    • Engines
      • Screens
        • Responsive Grid System
        • Building App Layout
        • Building Screens
        • Creating Pop-up Screens
        • Events and Actions
        • Importing Screens
          • Importing an HTML
          • Importing a Figma Screen
          • Importing a PDF
          • Importing a Screenshot
          • Importing a Hand-drawn Sketch
          • Text to Screen
        • Manage Screens
      • Data Modeler
        • Setting up a Data Source
        • Creating a Model
          • Adding Computational Formula
          • Adding Validations
        • Importing a Data Model
        • Entity Relationships
        • Exporting a Data Model
      • APIs
        • A Step-by-Step Guide to Build an API
        • Creating an API Service
        • API Configuration
        • Publishing API
        • API Authentication
        • Consuming REST APIs
        • Manage API Services
      • Navigation
        • Layout Setup
        • Creating Microapps
        • Manage Microapps
      • Page
      • Workflow
        • Creating Workflows
        • Workflow Templates
        • Optimizing Complex Workflows
        • Manage Workflows
      • User Management
        • Users
        • Roles
        • Policies
        • Password Policies
        • Data Rules
      • Resources
      • Languages
        • Translating App Language
        • Manage Languages
    • App Management
Powered by GitBook
On this page
  • Return Error
  • Return Message
  • Return Info
  • Return Warning
  • Return Data

Was this helpful?

  1. GETTING STARTED
  2. Workspace
  3. Tools
  4. Data-Driven Plugins

Data Display

Reasy provides a set of data display plugins that aim to improve the user experience and facilitate effective communication of system states and outcomes. It provides users with immediate feedback when an operation encounters an error, allowing for quick problem identification and resolution. These messages appear as toaster messages.

These plugins include the following:

Return Error

The Return Error plugin is designed to display error messages. It provides a clear indication to users when an operation encounters an error, enabling quick identification and resolution of issues.

How to Use?

Drag the plugin into your flow, open its configuration, and set the error message to be displayed.

Use cases

This is often used in form validations, e-commerce checkout processes, data processing tasks, and to notify users of errors within automated workflows.

Return Message

The Return Success plugin is used to communicate the successful execution of tasks or processes within your app. It provides positive feedback to users, indicating that their actions have been completed successfully.

How to Use?

Drag the plugin into your flow, open its configuration, and tell it what message to display.

Use cases

This is widely used to:

  • confirm successful submission of a form or data entry,

  • notify users when a workflow or process has been successfully executed,

  • indicate successful completion of data processing tasks, such as imports or exports, and others.

Return Info

The Return Info plugin enables you to display informational messages, guidance, or updates about ongoing processes or system status. This plugin helps you keep your users informed throughout their interactions with your app.

How to Use?

Drag the plugin into your flow, open its configuration, and tell it what information to display to your app users.

Use cases

The possible use cases include process updates, status notifications, system-related information, and others.

Return Warning

The Return Warning plugin allows you to send warning messages to your app users. It can be used to notify users of potential issues or situations that require attention, thereby preventing errors or mitigating risks and encouraging proactive decision-making.

How to Use?

Drag the plugin into your flow, open its configuration, and specify what you want to warn your users.

Use cases

This is used to warn users before performing actions that may result in data loss or irreversible changes, alerting them about potential conflicts in a project management tool, like scheduling overlaps, and more.

Return Data

The Return Data plugin allows you to display data generated by various processes or data sources, as well as backend operations and external APIs.

How to Use?

Drag the plugin into your flow, open its configuration, and specify the data to return.

Use cases

This plugin is used to present the outcomes of data queries or searches performed, provide live updates, and others.

PreviousStringUtilsNextBusiness Tools

Last updated 1 year ago

Was this helpful?