# Reset/reload components

You can configure your page to reset or reload page components as required. For example, you can configure your application to clear all values after a user submits data so that the app can be used again.

# How it works

Reset/reload components actions can be configured to clear the entire page or only specific components. This action can be set up as a follow up action for components configured with a Run recipe action or as the primary action for button components.

The following diagram explains how follow up actions work in conjunction with Run recipe actions.

flowchart TD subgraph M[" "] direction TB subgraph D[&nbsp Recipe &nbsp] direction LR x(Real-time<br>trigger runs) --> xx(Retrieves or updates<br>data in external systems) xx --> xxx(Returns data to<br>component) end subgraph R[&nbsp Workflow app &nbsp] direction LR a(Recipe output<br>populates components) end end A([UI event]) --> M --> B([App page updated]) B --> C([Reset button clicked]) -.- E([Page component<br>values reset]) D -.-> R classDef default fill:#fff,stroke:#67eadd,stroke-width:2px; classDef WorkatoTeal fill:#67eadd,stroke:#b3e0e1,stroke-width:2px,color:#000; classDef SubgraphDash fill:#e1fffc,stroke:#f66,stroke-width:2px,color:#000,stroke-dasharray: 5 5 classDef WorkatoPink fill:#f3c1c2,stroke:#f3c1c2,stroke-width:1px; class x,xx,xxx,a,A,C WorkatoTeal class D,R SubgraphDash class B,E WorkatoPink

# Compatible components

The following table describes reset/reload actions, trigger events, and compatible components:

Component Trigger event Action description
Page Follow up action Reset/reload components after a Run recipe action completes.
Button
  • Button click (primary action)
  • Follow up action
Configure a button to reset/reload components as its primary action or reset/reload components after a Run recipe action completes.
Single-select and multi-select drop-down components Follow up action Reset/reload components after a Run recipe action completes.
Table Follow up action Reset/reload components after a Run recipe action completes.

# Reset/reload components

Complete the following steps to configure a follow-up action that resets/reloads component values:

1

Select a component configured with a Run recipe action, such as a drop-down, table, or button.

2

Go to the Action panel.

3

Use the Follow up action drop-down to select Reset/reload components.

4

Use the Components field to select one or more component values to reset or reload.

Reset/reload componentReset/reload a component

5

Click Save.


Last updated: 8/28/2025, 10:12:07 PM