Create Task when Account is Create using flow

Create a record triggered flow on Account like

Visual: https://www.youtube.com/watch?v=IdcvNEh0t7c

and if you already have a flow with 'on create and update' use a formula ISNEW() with return type Boolean and differentiate on create and on update like in

Visual: https://www.youtube.com/watch?v=o1IGhBgK9gA

Comments