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
Bryn JonesBryn Jones 

Update fields live in record creation with fast field update flow.

Hello, 
I am trying to create dynamic field visibility how ever the native filtering does not give me enough flexibility. Cant use CONTAINS, just equals or not equals.

If i select a certain value in a picklist field as i am creating a new record, i would like a flow (if x field contains such and such) to fill out another field with a value (true), so that the dynamic field visibility filtering then shows or hides the next boxes.

trust this makes sense.

thank you.
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Bryn,

Yes you can achive it using record triggered flow on particular object. In the start condition put the picklist field and check that value. 

Select the update triggered record and make the required field to True.

Let me know if you face any issues.

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

Thanks,