Questions tagged [scheduled-action]
The scheduled-action tag has no summary.
19 questions
0
votes
0
answers
136
views
Process builder scheduled action: does it fire if the criteria is changed but the record still meets the criteria?
This question is similar to Timebased workflow rule, does it fire if the date is changed? but slightly different as this is referring to a process builder scheduled action.
In a Process Builder, if I ...
0
votes
0
answers
91
views
Impact New Customers Every hour - Journey Builder
I have one Journey to send emails on Journey Builder and we want to evaluate the New Contacts in every Hour (on that Data Extension that comes from FTP). This is an No-reentry Journey.
So is available ...
1
vote
1
answer
833
views
Multiple emails are being sent via scheduled email actions from Process builder
Per our requirement, we need to send an email alert 7 days prior to a date field on the Case object. In the criteria we have built a formula to check the record type and if that date is being changed (...
0
votes
1
answer
1k
views
Process Builder: deleting a scheduled action disables the Activate button
I have an existing process builder (PB) with scheduled actions that is working fine. I need to make some changes, so I clone the PB and start making changes without activating it.
When I delete a ...
8
votes
1
answer
4k
views
Scheduled Action not firing in Process Builder on Create
I've been testing this in a trailhead org to confirm/test behavior within Process Builder. This means there's no other automation/code/trigger on the object I'm testing on.
Is it possible to have one ...
0
votes
2
answers
86
views
How can I populate a custom field other than the available ones in Process builder to schedule an action?
I have a requirement where an email has to be fired after 3 days the Applicant's Go_Live_Status__c is set. But the issue is I couldn't see that field in the "Select Date Field" in the scheduled action ...
1
vote
1
answer
191
views
Custom Notification now showing in production
I recently played around with the process builder in a sandbox, and managed to create a scheduled event that would send a custom notification to a user. I finally have a purpose for this feature, but ...
3
votes
2
answers
2k
views
Best to avoid Scheduled Actions in Process Builder?
We have been using Process Builder instead of workflow for many years now. But we have been bitten a few times by problems with Scheduled Actions in PB.
Specifically, we were just bitten by the ...
1
vote
1
answer
219
views
Should a scheduled action execute with criteria DateTime in the past greater than NOW()+2
If a decision criteria has a rule like this:
[CustomObject__c].Send_DateTime__c >= NOW()+2
And the value of Send_DateTime__c is Nov 9th (i.e. a value which makes the Immediate action execute)
And ...
2
votes
1
answer
70
views
Will remaining scheduled action fail if an earlier scheduled action fails?
Based on the process below:
If the 4th scheduled action throws an exception, will the 5th scheduled action still fire later?