Hi guys.
I have never used Power Apps before but will shortly need to write one that allows users to fill in person details & will end up writing those details as new Contact records in CRM.
There are several fields on the contact that are Business Required at the database level that will not be exposed in the Power App.
I have read somewhere that if you try and create a record from PowerApps - and do not provide a value for all Business Required fields - that it will throw an error.
Is this correct and if so - is there a way around this in the Power App?
For example, if I were to create a contact record in C# code using the SDK it will allow me to leave Business Required fields as null.
Is there any way to achieve this via Power Apps?
The requirement I have is to leave two required fields empty on submission - users are to be forced to update them within CRM later.
Thanks in advance for any assistance.