Skip to main content
Nintex Community Menu Bar

How to put Image in rich text field or edit the column color using workflow

  • June 18, 2018
  • 1 reply
  • 24 views

Forum|alt.badge.img+7

As the title said. Is it possible to put image on a rich text or edit the color of the column just by using a workflow?

What i want to happen is that i have this field "Status" that has 3 choices.

1. Ongoing = Orange

2. Completed = Green

3.  Scheduled = Red

A workflow will run after an item is created then it will check the status if it is ongoing, completed or scheduled. Then base on the choice it will update the multiple line field(Rich text) and put an image. But i don't know what to put on the multiple line text. because i tried putting html and it didn't work.

1 reply

Forum|alt.badge.img+14
  • Scholar
  • June 19, 2018

I've never tried this, but basically, reach text field is just a HTML.

so if you used Update XML action, and used proper XPath to identify which nodes should be updated, I'd say it should be doable