Skip to main content

Close Pop-up Action

An action to close the currently open pop-up and return to the parent screen.

Updated this week

The Close a Pop-up action will close the modal that was previously opened by an Open Screen as Pop-up action and return to the parent screen.

📌 NOTE: This action only works with pop-ups opened via the Open Screen as Pop-up action. If no pop-up was opened by that action, Close Pop-up will have no effect.


Things to Know

When the Close Pop-up action is triggered, the system will:

  1. Return the results and status to the parent screen. The parent screen is the one that initiated the Open Screen as Pop-up action.

  2. Close the pop-up screen.

  3. Resume the parent workflow.

Also...

  • Using the icon will dismiss and close the pop-up. This does not exectue any Close pop-up action and does not return values to the parent.

  • Add this action to at least one control on the pop-up screen.
    e.g. a “Save” or “Save & Close” button.

  • No actions run after the Close Pop-up action. Thus, if you need to save or update data, this needs to be done before the Close Pop-Up action.

  • For a list of restrictions for the pop-up screen itself, please see the Restrictions in the "Open Screen as Pop-up action" article.

📌 NOTE: It’s the customizer’s responsibility to create action sets on the parent screen that respond to the pop-up’s return data—such as updating controls, refreshing a grid row, or branching logic based on the returned results and status.


Parameters

Description

Return this result

Return a value to the parent screen which will be stored in Pop up result as set in Open Screen as a Pop-up action.

Pop-up status on close

Return a value to the parent screen which will be stored in Modal status as set in Open Screen as a Pop-up action.

Did this answer your question?