function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MokshadaMokshada 

flow for whenever Account is created description should be added as "updated via Flow"

Hi , I am new to flow can anyone help is doing this flow :
flow for whenever Account is created description should be added as "updated via Flow".



Thanks,
Arun Kumar 1141Arun Kumar 1141
Hey @Mokshada , We can achieve this by using a Record-Trigger Flow that will trigger on creation of account and will update the triggering record description field with "updated via Flow".
Thanks 
SubratSubrat (Salesforce Developers) 
Hello Mokshada ,

I came across a Help article that matches with your requirement , I would suggest you to go through it and let me know further :

Help artcile -> https://www.keynodesolutions.com/blog/salesforce-record-triggered-flow/

If this helps , please mark this as Best Answer.
Thank you.