...
Related pages:
⚙️ Automation: Flows
Following Amp Impact's flow trigger design pattern, the after insert and after update contexts have been broken up for the Risk object. Both flows (Risk_After_Update and Risk_After_Insert) are currently performing the same logic handled in the subflow (Subflow_Assign_Risk_Level)
...
Risk After Insert
This is the handler flow for the Risk object in the After-Save, After-Insert context.
...
Risk After Update
This is the handler flow for the Risk object in the After-Save, After-Update context.
...
Subflow Assign Risk Level
This subflow populates the ampi__xx_Risk_Level__c field based on the value of the ampi__xx_Overall_Score__c field.
...