mshanemc / roundRobinProcessBuilder

27 stars 10 forks source link

Not an Issue, just looking for Flow Instructions #31

Closed MaxinitoEl closed 1 year ago

MaxinitoEl commented 2 years ago

Thank you for creating this valuable app. I found Process Builder instructions but nothing for Flow. Do you have Flow instructions for Round Robin Assigner?

Thanks!

robertjr23 commented 1 year ago

Not sure if you have your answer, but after creating your public group and assigning the respective users, you'll add an element into your flow. Under 'Interaction' select action, filter by type, choose 'Apex Action', and you'll find 'Assign Objects' if you successfully installed the managed package via the AppExchange Market Place. Similar to the Process Builder Instructions, you'll select the group name (not the API name) as well as the record id you plan on updating the ownership on, ex. record.account.id.

MaxinitoEl commented 1 year ago

Thank you, Robert!