Is it possibe in a FLOW - when Opportunity is created to set a certain value on a lookup field (User lookup)?
If so - how? :)
1 risposta
Hello @Christopher Pustizzi
Yes, you can achieve the same.
- Create a Record-Triggered Flow.
- Set up the Flow to trigger when an Opportunity is created.
- Add a Record Update element to the flow.
- Specify the field you want to update (the User lookup field) and the value you want to set.
- Activate and test the flow.