I have a requirement to update two fields based on criteria and I am not sure how I can build this up in Formula.
Lets take an example -
1. If Country Code = AU and State Code = ACT then populate
Territory Name = APAC - ANZ - ACT and Suregion = APAC - ANZ
2. If Country Code = AU and State Code = NSW then populate
Territory Name = APAC - ANZ - NSW and Suregion = APAC - ANZ
so on till 52 criteria and updates.
I want to use the Formula to avoid multiple assignment nodes in Before Save Flow .
Any help would be much appreciated.
Note: Currently this is implemented in the Process Builder but since we are seeing a lot many SOQL issues hence thinking migrate PB to Flows.
Thanks!
5 risposte
Hi Shraddha,
You may create Before Save Flow and create resource with type as Formula to define IF statement with required conditions and values.
You may refer below article to get help related to before save flow:
https://releasenotes.docs.salesforce.com/en-us/spring20/release-notes/rn_forcecom_flow_fbuilder_before_save_updates.htm