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
SwayampravaSwayamprava 

Validation Rule is not working while creating a clone record using Visual screen Flow

Hi,
I have a Flow (Screen Flow) which creates a cloned record by capturing the values of the record. But the  based on some flow condition, there is validation that should fire.

But without checking the field values, the record getting created. Donot getting, where can be the issue.

Thanks
Swayam
Best Answer chosen by Swayamprava
SwayampravaSwayamprava
Hi We got the issue, it is due to the a validation condition. In place of IsNull we have to use IsBlank. Then the flow started working fine.

Thanks

All Answers

ShivankurShivankur (Salesforce Developers) 
Hi Swayam,

Can you post some more details about the validation part? Are you using a decision element or something else to validate the input?

Any additional information about the flow would help to suggest you better.

Thanks.
SwayampravaSwayamprava
Hi Yes decision element s used, but do not understand, maybe the fault screen is not working properly.
User-added image
sakhisakhi
Please post flow conditions as well as validation rule that is expected to fire
SwayampravaSwayamprava
Hi We got the issue, it is due to the a validation condition. In place of IsNull we have to use IsBlank. Then the flow started working fine.

Thanks
This was selected as the best answer