Getting started
Rules Engine Widgets
Page Load
5 min
purpose the page load node is used to trigger a workflow automatically when a specific page (or any page) is loaded in your application it acts as an event listener that initiates automation tasks, data fetches, or ui logic when a user opens a page problem statement without an automatic trigger, workflows need to be manually executed, which delays dynamic ui updates or data retrieval the page load node ensures that actions like loading data, initializing variables, or triggering apis occur instantly as soon as the user opens a page requirements must be linked to a page created in the app builder can be configured for any page or a specific page should connect to downstream nodes that perform actions on load (e g , api request, set variable, ui update) must be placed at the start of a workflow (acts as a trigger) use cases fetch data automatically when a page loads (e g , user profile, dashboard) initialize workflow variables or session data on page entry run pre checks or validation logic before user interaction display loading animations or messages while data loads trigger conditional navigation or ui visibility changes outcome automatically triggers connected workflow actions as soon as the page (or specified page) is loaded — ensuring seamless, dynamic page initialization how to use 1\ add the page load node drag and drop the page load node into your workflow canvas this node should be connected to other nodes (like api, variable, or ui components) that need to run automatically on page load 2\ configure the node field description example select page choose the page that will trigger this workflow when loaded you can leave this blank to trigger on any page load page 1 trigger type automatically triggers when the selected page is loaded when any page loads node output output triggers connected nodes immediately on page load