Assign the record to Queue using flow #inSalesforce

Assign the record to Queue using flow #inSalesforce


Create a record-triggered flow,

Object - Lead

On create

criteria: Rating is Hot

Fast field update  //since updating the same record


Get Record Element: //to get id of the queue

getQueue

object: Group Object

Developer Name equals sampleName

first record, automatically store all fields


Assignment Element:

Record.Ownerid equals getQueue.Id







Comments