Push Modal and Wait

Overview

  • The Push Modal and Wait action works similarly to the Push Modal action but with an added functionality i.e., it pauses the workflow until the modal is closed.

  • This ensures that the workflow does not proceed with further actions until the user completes an operation inside the modal, such as saving or canceling a form.

  • This action is ideal for scenarios where user input is critical to the continuation of the workflow and requires immediate attention within a pop-up interface.

  • Let’s explore the screens that follow, after drag-n-drop of Push Modal and Wait action on workflow canvas.

Config

image-20240819-081626.png
Config Tab

Config Field

Description

Config Field

Description

Layout

It allows to choose layout from which one wants to pop the modal to create, update or view record.

Hide Header

If checked, the modal header will be hidden.

Modal Header

A user-friendly name for the modal header, used for easy identification within the workflow.

Modal Size

It is used to define the modal size ranging from extra small to full-screen.

Event Mapping

It is used to map the event and workflows according to need of record creation.

You can explore more about event mapping here.

Padding Location

It is used to apply padding to modal. One can apply padding at various locations which contains:

  1. around

  2. top

  3. left

  4. bottom

  5. right

  6. horizontal

Padding Size

It is used to apply padding size to modal. One can apply padding at various locations, ranging from xxx-small to xx-large.

Action Details

image-20240819-082106.png
Action Details Tab