Current Situation Currently, it is not possible to link an existing PowerShell script (from Automation) to a Product task action. Because of this limitation, you must copy and paste the script into each product individually. Why is this an issue? For auditing purposes, we want to make changes in TOPdesk (our ITSM platform) via their API. However, adding a separate script for each product is inefficient. Additionally, when TOPdesk updates their API, we would need to update the script in every product manually, which is time-consuming. Workaround As a solution, we can use an Automated Action in TOPdesk that is triggered by a webhook URL with Invoke-RestMethod. This way, the actions (such as creating and closing changes) are executed directly within TOPdesk. Note: However, this workaround is not always possible for other products, so a permanent solution is really needed to address this issue properly.