When configuring a product in HelloID, it is possible to define a return date. However, this return date is currently not available in the $request variable within PowerShell tasks.
As a result, this information cannot be used during task execution, even though it is part of the request context.
Requested Enhancement
Expose the configured product return date in the $request variable so it can be accessed within PowerShell tasks.
This would allow administrators to use the return date in scripts, for example in notifications or conditional logic within request workflows.
Example Scenario
A product is requested with a return date, for example temporary access to an application. As part of the request workflow, the service desk is informed via email or a Topdesk ticket.
If the return date were available in the $request variable, it could be included in the notification or ticket to clearly communicate until when the access is valid.
Business Value
This improvement would increase the usability of the return date feature, enable better communication in notifications and service desk processes, and provide more flexibility in PowerShell-based workflows.