v4: How to setup a custom action in the session scheduler
This article provides a guide on setting up a custom action in the Session Scheduler.
For example, if you want to display the Session information in a screen flow as a custom action, follow these steps:
1. Create a Screen Flow
- Define variables to store the Session ID, Start Date, and End Date. You must use studySessionId, schedulerStartDate, and schedulerEndDate exactly as shown, as they are case-sensitive. These are the fields passed to the custom flow modal.

2. Add a Display Text Component
- Use the defined variables to display the session details.

3. Activate the Flow
- Ensure the flow is activated for it to function properly.
4. Configure the “REDU - Session Scheduler” in the Session Scheduler.
- Ensure “Allow Custom Action” is enabled
- Set the custom action name in “Custom Action Label”.
- Set the “Custom Action Flow Name” with your screen flow name.
- Set the “Custom Action Flow Finish Behavior” as “None”.
- Ensure the “Custom Action Show Close Button” is enabled.

5. The custom action is working well.


Remark: Please note that there are only three fields passed to the custom flow modal.