Hello Trailblazers,
I want to get all account records and update their name with a prefix value of let's say "A00". I want to accomplish this task by using flow. I searched for the solution and found out that I have to define a namespace prefix in the org first but I don't think it is the right direction.
Please guide on how to achieve this.
Thanks,
Fahad
7 respuestas
Move the update prefix logic under a decision element which will be fired only during insert and not on update. Please refer this article about how you can do it: https://salesforce.stackexchange.com/questions/344429/how-to-check-isinsert-or-isupdate-in-flow