I love implementing the many UI field level (column) controls available in Power Apps and Dynamics 365. Some of my favorites are the flip switch, input mask, linear slider, star rating and auto complete. Today, I will teach you how to configure one of the simplest of these: the flip switch control.
A flip switch can be applied to any Yes/No (Boolean) field in Power Apps. It changes the display of a standard Yes/No field from text or checkbox to this:
Here are simple instructions on how to set up flip switch on your forms using Power Apps:
Dynamics 365 / Common Data Service has recently changed some entity terminology. Entity is now Table. Field is now Column. We’ve used both terms below during this transition time.These terminology updates become very important when adding Tables (entities) to your solution files!
Any Control currently available for this field type will display in the list. For this example, select Flip-Switch
It will default to apply on Web, Mobile and Tablet. Uncheck any boxes if you want to limit where the control will appear.
The post 5 Steps to Configure the Flip-Switch Control in Power Apps appeared first on CRM Heidi.