function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ziggy LeeZiggy Lee 

Is there an issue deploying a process with chatter action from sandbox to production?

Howdy,

I believe I have found a bug with Process Builder. When I create a new process with PB in my sandbox with a Chatter action (sent to a group), the process fails to run in production because there is ID in the XML for the flow from the sandbox environment.  When I plug this ID into the browser in prod, I get no data found.  But in the sandbox it shows the chatter feed for the group.

Is this a know issue?  How can this bug be reported?

Snippet of the XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
...
    <actionCalls>
...
       <name>myRule_1_A2</name>
        <label>Post to Chatter</label>
...
       <actionName>chatterPost</actionName>
        <actionType>chatterPost</actionType>
...
        <inputParameters>
            <name>subjectNameOrId</name>
            <value>
                <stringValue>0F9q000000006HCCAY</stringValue>
            </value>
        </inputParameters>
 
NagaNaga (Salesforce Developers) 
Hi Ziggy,

Please follow the below link and post this as a known issues and this will be validated by the concerned team.

https://success.salesforce.com/issues_index?page=2&tag=Process+Builder

Best Regards
Naga Kiran
Ziggy LeeZiggy Lee
Naga, Can you show me how to post this as a known issue? thanks,Ziggy