To include a validated phone field in your Screen Flow simply click and drag the EDQ Phone Validation (Flows) component found under the Custom section of the Components panel into the required position on your screen.

Configure the component

You can select resources from the flow, such as variables or global constants, or you can manually enter a value.

EDQ Email Validation

Attribute Description
API Name An API name can include underscores and alphanumeric characters without spaces. It must begin with a letter and can’t end with an underscore. It also can’t have two consecutive underscores.
Country Code Can be used to optionally provide a default country code. It must be provided as a three-letter ISO code, e.g. GBR. Alternatively, if you want to inherit the default country country from the user's profile setting or LEDQ Settings Custom Metadata Type setting then set the value to [API Name].phoneCode, where [API Name] is the value set above. The user's profile setting will take precedent over that set in LEDQ Settings if both are present.
Disabled Prevents the user from modifying or copying the value. Defaults to False and can be changed by using the appropriate GlobalConstant.
Help Text Give your users more context. The text you enter is available in an info bubble next to the component.
Label User-friendly text that displays to the left of the component.
Phone Value Can be used to optionally provide a default value.
Placeholder Text The text that appears in the phone field when it's empty. Use placeholder text to give users a hint about what to enter in the field.
Required Requires the user to enter a value. Defaults to True and can be changed by using the appropriate GlobalConstant.

Store the component's values in the flow

All attributes are available to store in flow variables, but usually you must store one of these attributes below. The values are assigned to the flow variables when the user navigates to the next screen.

Attribute Description
Phone Code The international calling code of the country where the phone number is currently registered.
Phone Type The type of the phone number. Possible values can be found in our Phone Validation API documentation.
Phone Value The validated phone number.
Validation Input Key * Used in the EDQ Save Transaction Log Apex Action if required.
Validation More Info * Used in the EDQ Save Transaction Log Apex Action if required.
Validation Status * Used in the EDQ Save Transaction Log Apex Action if required.
Validation Type * Used in the EDQ Save Transaction Log Apex Action if required.

* The four Validation attributes are all needed if you use the dedicated Apex Action we supply to create EDQ Log objects to store the validation status.