- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 10:50 PM
Hi,
I wanted to change the field type of few fields from string to HTML. I changed it from the dictionary but the fields still are string. How to convert them to HTML ? Changing type is not working .
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 11:01 PM
Hi Tapish,
The recommended approach is to (1) create a new field of type HTML, (2) copy the content of String field to HTML field, (3)delete the String field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 11:01 PM
Hi Tapish,
The recommended approach is to (1) create a new field of type HTML, (2) copy the content of String field to HTML field, (3)delete the String field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 11:05 PM
Hi hitoshi,
Thanks for your reply , was just wandering it should allow to convert from string to html right ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 11:17 PM
Sorry. My bad.
I was able to convert a String field to HTML field by changing the type AND changing the "Max length" from 40 to 65536.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2022 11:19 PM
One additional note, be sure the string does not contain special HTML characters such as "&" and "<" characters.