I created an app with a single form which is attached to a SharePoint List. When I first ran the app, all of the fields within the form is not showing up. I assume it has to do with using the NewForm() statement, but that doesn't seem to help.
Hi @Greg27 ,
Can you add a label with the below code:
Text(Form.Mode)
If the value is 0, the FormMode is Edit and if it is 1, the FormMode is New.
Assuming the FormMode is Edit, can you please share the Item property of your Form?
I added a label and it displays the value 1 when I enter in the Text value of FormMode.New. I couldn't get Form.Mode to work.
Hi @Greg27 ,
You have to replace Form with the name of your form, for instance Form1.
Hi @Greg27,
How are things coming along? Did you manage to find the issue?
I believe it still showed as 1. The properties showed I the mode was New, so I just deleted the form and started the form over. At that point, I started having a problem with a field not working right so I deleted the whole app, waited the weekend, started over with the app and it is working totally fine.
User | Count |
---|---|
152 | |
93 | |
84 | |
77 | |
58 |
User | Count |
---|---|
194 | |
174 | |
106 | |
96 | |
89 |