Hello,
I have reviewed this issue in the forums.
I have ensured that all fields in sharepoint are in powerapps
I have sharepoint lists and so I set evey column to requiered "no"
I have the data in powerapps set to false
I have set the date and time using 12 hour. both sarepoint and powerapps are the same.
I have set my language in sharepoint as US-English. (I am Canadian)
Entry when playing the app works both ways, read and write work fine. (both edit and new entry)
Entry on the phone comes back with the error "an entry is required or has an invalid value. please correct and try again." for both date fields.
(Attachment shows the error)
A little about the list and app:
LIst is for a simple time sheet. It looks up a staff member from the staff list and has a start time and an end time.
The power app is basically created out of the list, so almost out of the box. I made two custom cards for the start and end date.
Card Update "Start_x0020_Time": DateValue1.SelectedDate + Time(If(AmPmValue1.Selected.Value = "PM", 12, 0) + Mod(Value(HourValue1.Selected.Value), 12), Value(MinuteValue1.Selected.Value), 0)
Card Update "End_x0020_Time": DateValue2.SelectedDate + Time(If(AmPmValue2.Selected.Value = "PM", 12, 0) + Mod(Value(HourValue2.Selected.Value), 12), Value(MinuteValue2.Selected.Value), 0)
Please advise!
Thanks!
Solved! Go to Solution.
Permissions are open to the whole team. Since I made it open permissions and removed these dates fields as requiered fields in sharepoint the app will submit the data but there will not be date entry's made, they are instead left blank.
Thanks for helping...
Missing attachment.
Please take a check the with the SharePoint permission.
Some users shared that the save data will not work if the permission is not right.
Which SharePoint permission level you are currently working with?
Regards,
Michael
Permissions are open to the whole team. Since I made it open permissions and removed these dates fields as requiered fields in sharepoint the app will submit the data but there will not be date entry's made, they are instead left blank.
Thanks for helping...
Could this be a language setting issue somewhere?
I didn't realize there are more permission options when you look under sharepoint designer. This worked perfectly.
User | Count |
---|---|
142 | |
141 | |
77 | |
74 | |
71 |
User | Count |
---|---|
230 | |
166 | |
75 | |
67 | |
61 |