Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Does this remove Delete Person From SFDC flow step access as well? I’ll check this myself later unless someone has a definitive answer.
As @uditmathur notes, if you use Random Sample to split into sublists, you should use a single flow step with the different percentages. But even if this weren’t necessary, your campaigns wouldn’t make sense. The Day 2 flow is taking 30% of the people who qualify for the Day 2 campaign. That’s not 3...
Use a Custom Object! There’s no need for all those extra lead fields (ugh). Each CO record represents a Site and is related to the Site Owner (i.e. Person). It has fields Name, URL, etc. Alternately, you can use one big Textarea with JSON on it, what I’ve called a “poor man’s Custom Object.” The JS...
The webhook (more precisely, the webhook-compatible service) uses the REST API. It reads the CO list and applies the same order/filtering logic you do in Velocity. That lets you generate the same output, then write it back as attributes of a new CA.
I haven't come across a way to select at random outside of an A/B test.Not Random Sample?
@raochikati please return to your thread and check replies.
@JWL5150 please return to your thread and check replies.
@PKM3328 please return to your thread and check replies
@DhruvThakker please return to your thread and check replies.
@DaniTeles please return to your thread and check replies.