You need to sign in to do that
Don't have an account?

Using flow to search all object records then update original record triggered by process builder
I need to update a record if it meets a certain criteria, and if all other object records created within the last three months don't meet this criteria. I want to do this declaritvely so I am trying to use a combination of process builder and flow.
The process builder evaluates the criteria of a particular record on creation and edit, if this criteria is met, it's then passed onto a flow.
Once in the flow I wish to query all BMCServiceDesk__Incident__c objects records where the COL_JIS_Caller_Email__c field matches the record that originally triggered the flow. And only display records where survey_sent__c = TRUE and CreatedDate = Last 3 months.
IF the query displays no records, I wish to update the original Incident that triggered the flow, with the value of true on Survey_Sent__c.
Unfortunately this is not working, is there anyone able to help me with flow, I am very new to this tool!





The process builder evaluates the criteria of a particular record on creation and edit, if this criteria is met, it's then passed onto a flow.
Once in the flow I wish to query all BMCServiceDesk__Incident__c objects records where the COL_JIS_Caller_Email__c field matches the record that originally triggered the flow. And only display records where survey_sent__c = TRUE and CreatedDate = Last 3 months.
IF the query displays no records, I wish to update the original Incident that triggered the flow, with the value of true on Survey_Sent__c.
Unfortunately this is not working, is there anyone able to help me with flow, I am very new to this tool!
1. A quick question, in the record update called "Send Survey", you are updating the record with Survey_sent is {!Blank}, whats the value held by {!Blank}
2. Can you try adding the id=incedentid as well in the "Send Survey" update.
Hope it helps
RD
All Answers
1. A quick question, in the record update called "Send Survey", you are updating the record with Survey_sent is {!Blank}, whats the value held by {!Blank}
2. Can you try adding the id=incedentid as well in the "Send Survey" update.
Hope it helps
RD