How to create a post to a chatter feed?
One thing you can do is use a process to kick off a flow and create the chatter post with the flow. Flow gives you additional flexibility on which record feed you want to publish to post to (could be the record you start with, or a parent or related record via lookup, etc). Best of luck!
How to create a chatter post in Salesforce?
You can create and attach a Chatter post to any Salesforce record (for example, Contact, Case, or Opportunity). A FeedItem object requires a Parent ID and some content, which can come from data submitted through the form, or which you can define with a formula or text in the connector mapping.
Which is post to chatter feed of related record ideas?
Flow gives you additional flexibility on which record feed you want to publish to post to (could be the record you start with, or a parent or related record via lookup, etc). Best of luck! We are a recruiting firm who tracks Candidate records as a child of Contacts (as one could be a candidate several different times over a career).
Can you use FormAssembly to post to chatter?
You can use FormAssembly to post directly to any Chatter feed. You can even include a file, so your organization can view the file right in Chatter! Chatter posts are named FeedItem in the Salesforce API.
How to create ” post to chatter ” core action?
Create a “Post to Chatter” Core action Create a new resource for the Message, make it a text template. If you stored the record owner in a Get element, brought in from process builder, record triggered flow, etc. you should reference the Id like this: Then you can insert any additional data or text you want to have in the chatter post.
Can you use @ mention post in flow?
You have to do this in Process Builder, not Flow. Unless there has been a change you can’t get the @MentionUserName to work in Flow. Process Builder has a different UI for when you post to chatter.
Can You update parent record in process builder?
We really need this yes, we could do this in Flow, but it’s way easier in Process Builder. Update the Parent based on the child record being created/edited. One thing you can do is use a process to kick off a flow and create the chatter post with the flow.
How to create a process builder in UC?
Create a Process Builder and Flow to auto-post message to chatter feed of the related record Donna Serdula is working as a System administrator at Universal Containers (UC).