Skip to main content

Screen Flow - The screen begins with basic questions on the record then I added checkboxes (Visibility Component) which allows the end-user to input additional information on the record.  When the user checks the boxes those additional questions (aka screen components) then appear allowing the user to enter the information.  This is the visibility component - If user checks a box then additional screen components appear allowing addition information to be entered into the record. 

 

Issue - During Debug if user does not check any of the visibility component boxes then error message appears stating  Error INVALID_TYPE_ON_FIELD_IN_RECORD  Field_Name value not of required type.  The field is mapped correctly as I have removed the visibility component.  I have also tried using different conditions on the visibility but nothing works.

 

please help and thanks

nate

 

#Flow

Screen Flow - Visibility Component - Error INVALID_TYPE_ON_FIELD_IN_RECORD  Field Name value not of required type

 

4 Screen Flow.png

 

3 Screen Flow.png

 

2 Screen Flow.png

 

1 Screen Flow.png

8 Antworten
  1. 19. März 2024, 19:30

    I think it's assigning a null value to the checkbox, you should create a formula that says if (checkbox = null) false, checkbox, that way its not sending a null value its sending a false value

0/9000