


Does anyone have a best practice solution for bringing text into a Workfront Rich Text field. We are finding when moving text from Rich Text fields in other applications that we are running into characters that are not accepted such as trademark and bullet symbols and we are losing things like URL links and highlighting. Salesforce is one of the source applications where this has been a recurring problem. Is there a parser that can take Rich Text in various formats and bring it easily into the JSON required by the Workfront Rich Text field?
Topics help categorize Community content and increase your ability to discover relevant content.
Hi Bret, what modules are you using to move the text over to Workfront? I don't think there should be an issue if its Create or Update Record, but if it was a custom API call you might run into issues unless you first use the "Create JSON" module to place the text into and then send that JSON as the body of your API query.
Views
Replies
Sign in to like this content
Total Likes
I have a very simple scenario...
Using Update Record like you would for a normal field does not work because it is expecting a JSON payload.
I tried using a Custom API call and that at least got basic text from SF into the WF field, but it is erroring out on a variety of characters such as trademark and bullets.
I didn't think there should be an issue either, but apparently you cannot treat WF Rich Text fields like other fields.
Views
Replies
Sign in to like this content
Total Likes
Hello, could you share the custom API call you used for this?
Views
Replies
Sign in to like this content
Total Likes
Ah you are updating a "text field with formatting" in WF, I missed that part, we haven't started using those fields but i'm guessing its similar issues to the typeahead field issue I ran into last year in Fusion, they cannot be updated in the same way as a simple text field.
If its working when there is no special characters but failing when there is, they probably just need to be escaped. Are you using the "Create JSON" module before sending it via the custom API card, have you an example of a query body you sent to WF that failed?
Views
Replies
Sign in to like this content
Total Likes
Hi @BretKr - I saw this post and I'm trying to do the exact same thing. Push text from a Salesforce field into a Workfront Rich text field via Fusion. Were you able to get this to work and would you be willing to share how you did it? Please let me know. I appreciate any help you can provide.
Thanks!
Michelle
Views
Replies
Sign in to like this content
Total Likes