Refer the below steps to create record trigger flow. step1: select the record trigger flow
step 2: choose the opportunity object and conditions as per below screenshot. step 3: choose the update records element and keep the stageName = Value Prapotion.
If you want to check based on recordtype then you have to use the record element and decision element.
Refer the below steps & screenshots.
choose the get records element and choose record type object then you can replace Record_Type with your opportunity recordtype name
choose the decision element and compare the current record recordtype is equals to the recordtype of the get element record.
final flow design:
Refer the below video for your reference.
https://www.youtube.com/watch?v=46snDRXherE
If this helps, Please mark it as best answer.
Thanks!!
All Answers
you can use record trigger flow.
What is the value you need to populate when opportunity created ?
Thanks!!
Thank you, but i tried it's not working value is Stage = Value Proposition.
i'm creating opportunity directly from the opportunity tab, not in the account object related opportunity.
Thanks
KMK
Have you activated the flow?
Refer the below steps to create record trigger flow.
step1: select the record trigger flow
step 2: choose the opportunity object and conditions as per below screenshot.
step 3: choose the update records element and keep the stageName = Value Prapotion.
Final flow output will be like below.
If this helps, Please mark it as best answer.
Thanks!!
If you want to check based on recordtype then you have to use the record element and decision element.
Refer the below steps & screenshots.
choose the get records element and choose record type object then you can replace Record_Type with your opportunity recordtype name
choose the decision element and compare the current record recordtype is equals to the recordtype of the get element record.
final flow design:
Refer the below video for your reference.
https://www.youtube.com/watch?v=46snDRXherE
If this helps, Please mark it as best answer.
Thanks!!
Thank you for your help. This is working after saving the record.
But i need to display when creating new record(popup).
Thanks
KMK