Issue with Description fields for HR templateIssue While creating a new HR template on sn_hr_core_task table, there are issues with the description field. If there is any url present in the description field, then the '%2F' value is getting replaced by '/'. For example: https://<Instance_name>/#/dashboard/pageName/%2Fpages%2Fde%2F31784 is getting saved ashttps://<Instance_name>/#/dashboard/pageName//pages/de/31784CauseCustomized the out of the box field (Description)ResolutionThe problem is not present when the field (description) is changed back to its original out-of-the-box version.Related LinksTo format the Description field on the HR Task table, it is recommended to use the Description (rich_description) field instead. This field enables the use of hyperlinks and paragraphs within the description.