How to customize a Workflow for different scenario

0
I'm trying to create a workflow that sends a sale request for changing a Customer Profile. The workflow should require a manager's approval if sensitive information, such as the Credit Limit, has been changed. If no sensitive attributes have been changed, the request should be automatically approved. How can I customize the logic to check if sensitive attributes have been changed and display this information on the workflow page?  
asked
1 answers
1

Create a flag attribute that check in microflow, If flag is true then Credit Limit, has been not changed then not sent to manager.

 

If yes sent to manager

image.png

 

image.png

image.png

answered