1

I have a flow that copy a Chatter post to the chatter of a related record. The issue is that there are unwanted html tags added to the chatter of the related records:

enter image description here

I try to update the record of all the feeditem last modified by this flow, but isRichText is still set to "false" after the flow interview ends. Here's my "Update Records" element. enter image description here

Is it possible to set it to true with a flow or do I need to code ?

1
  • i ran into something similar, and it seems like if i set the body value before the isRichText value it works ¯_(ツ)_/¯ Commented Jun 10 at 21:35

1 Answer 1

2

The Post to Chatter action provided with Flow doesn't support rich text. However, there's a Post Rich Chatter extension that you can install that does.

1
  • Another option is to use the Create Record action, and then create a Feed Item which allows you to set isRichText and pass in your own body. You still have to make sure to only use "chatter friendly" html tags, e.g. <b> instead of <strong> Commented Jun 10 at 21:37

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.