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
Rama Gaikwad 1Rama Gaikwad 1 

The flow failed to start because the provided values were not valid: You can't launch a record-triggered flow from within Flow Builder. To launch this flow, activate it and then create, delete, or update a record, depending on the trigger configuration.

Hello,

I have created a flow to create account and contact record when lead isConverted.

But when I try to run the flow I get the below error message.

The flow failed to start because the provided values were not valid: You can't launch a record-triggered flow from within Flow Builder. To launch this flow, activate it and then create, delete, or update a record, depending on the trigger configuration.

User-added image

User-added image
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Rama,

You cannot run the record triggered flow directly. You have to debug the flow with some Lead record. Just on click Debug button and give some lead as input ad update the lead on the same page to meet the start condition so it will debug the flow and you can see if any issues occuring in the flow.

Once you activate the flow it runs when the leads meets the start condition criteria

If this solution helps, Please mark it as best answer.

Thanks,