Use Fusion to map text to Workfront rich text field | Community
Skip to main content
New Participant
February 23, 2024
Question

Use Fusion to map text to Workfront rich text field

  • February 23, 2024
  • 2 replies
  • 1344 views

I'm using the Workfront update record module to copy data from a CSV file to a custom form. I'm getting a 403 error message and I think its because I'm trying to map a text field to a field rich text field. I have tried formatting the data using the parameters available but still run into the same error. Does anyone have any suggestion on how to work around this error message? 

 

{{stripHTML("<b>" + 2.`Topic / Research Subject` + "</b>")}}

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

KellieGardner
New Participant
May 2, 2024

@anniexle - did you ever figure out how to do this?

New Participant
February 26, 2024

Hi Annie

 

Have you tried putting the text into an intermediate variable or string before adding it to your custom form?  That should avoid any formatting issues.

All the best

 

Stuart

AnnieXLeAuthor
New Participant
February 26, 2024

I have not. How do you put a text into an intermediate variable or string? 

New Participant
February 27, 2024

Hi Annie, just input your original string into a Set Variable or Compose a String then feed that into your destination update.  See some screenshots.