Hello Trailblazers,
Is there a way to automatically convert the lead to account, contact, and opportunity without using apex class? Is this achievable by just using flows?
Thanks!
#flow6 risposte
Hi @fahad Khan,
After adding the decision element you need to have a single connection for account, contact and opportunity object create element, if you add 3 connection for 3 create record elements it will trigger only for first element.
Please mark the answer as best if your problem is solved.
Thanks