Hi, Needing one help related to Making/Showing Mandatory Columns in PowerApps.
Trying to build application using a SharePoint List at the backend. Initially when i started developing the app, any of the field in the SharePoint was not mandatory but later i made it mandatory as per the requirement.
Now in the PowerApp I am expecting an asterisk (*) to each of field header as a symbol to Mandatory Field. But I am not getting the (*). Tried to refresh the data source many times. Also when i am clicking on Submit button, i am not getting any error message in the same screen where the form is, whereas i am getting redirected to HomePage and then i am getting the Notification at the top of the app screen that some issue is there. The button code is as below.
UpdateContext({varSpinner:true}); SubmitForm(Form1); Navigate(HomeScreen)
I want that, if any if the field is empty then the form should not be submitted and the user must be on the same screen.
How can i achieve that?
Regards,
Akshay