function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
buyan thyagarajanbuyan thyagarajan 

Showing error message on lightning page with quick action and flow


Hi Guys,
I am in the process of creating a flow on the opportunity detail record page. This flow would be invoked on a button that would run a flow that would copy data from opportunity and insert a contract. I want to put some validation where I would like to check if the opportunity stage is say proposal, the button is clicked. I want to display a custom validation message on the screen if the user wrongly clicked it for a different stage. How do I display a custom error message from flow to a field on a lightning record page?
Buyan