Redraw Widget

The Redraw Widget action forces one or more UI widgets (form elements) to be redrawn or refreshed. This is useful for updating the display of elements after data changes, calculations, or workflow events, ensuring the UI reflects the latest state.

Properties and Explanation

Field Name: Select one or more widget element IDs (from a multi-select list) to redraw. These are the page elements whose display will be refreshed.

  • The action locates each specified widget by its element ID and triggers a redraw, updating its appearance and content.

  • Use this action after changing data, updating fields, or performing operations that affect the UI.

Full Configuration Example

Below is a screenshot of the Redraw Widget action configuration, showing the property set for field names (element IDs):

  • In this example, the selected widgets are redrawn when the action is triggered, ensuring the UI is up-to-date.

  • This helps maintain a responsive and accurate user interface.

Last updated