MRVS are not visible when SC TASK is created via RunscriptIssue Unable to add MRVS on catalog task level. The issue occurs when using a RunScript activity which is calling a custom script include (or any other server script) to create 'sc_task' records (not by using create catalog task activity of workflow). ReleaseAll releasesCauseThis is expected behaviour. If we use 'create catalog task' activity of workflow to create a catalog task, we can add MRVS so that they will be visible on sc task records. Adding MRVS to sc_task records which were created either by run script activity /or any other server side script in not feasible OOB. ResolutionUse the 'Create Catalog Task' activity in the workflow to generate catalog tasks instead of relying on a RunScript activity.Configure the Multi-Row Variable Set (MRVS) within the 'Create Catalog Task' activity so that it becomes visible on the resulting SC Task records.If incorporating MRVS directly through the 'Create Catalog Task' activity is not feasible, and you must use a RunScript or other server-side scripting method, ensure the MRVS is cascaded from the Requested Item (RITM) to the SC Task using a custom Business Rule.Related Links Sharing the community article which will help to understand - how to cascade the MRVS from RITM to Sc task records using Business Rule.https://www.servicenow.com/community/itsm-forum/multi-row-variable-set-mrvs-not-visible-in-catalog-task/m-p/448818