QuestionQ112
Extend the user experienceA multinational company mandates that every phone number use the format: country code + area code + phone number.
The application design team decides to use a custom Power Apps component framework (PCF) control to ask users for an area code and correctly format the phone number.
You must retrieve the list of valid area codes when a contact record opens and before a user enters a new phone number.
In which function should you call webAPI.retrieveMultipleRecords?
- A updateView
- B notifyOutputChanged
- C getOutputs
Community Discussion