Hello,
I just realized I coulse use user().email instead of a drop down choice so I changed out that user input area and now nothing works.
The following is my order of operations before the error.
- change the choice input to a text input (single-line) and changing the default to user().email
- Error
- Change column in sharepoint from choice to single-line text
- (From here is saved in a collection for review before submitting)
- Submit button does not work. It is in the collection. I can see it there, but it is not uploading to sharepoint list.
- Change sharepoint column name so it is no longer the same as the text input.
- Error
- Everywhere in my powerapp that uses this "SubmittedBy" has an error now.
I was thinking it might be because user().email may not be considered a "single-line" text format?
AddDetail = My Collection Name
'Test List' = my Sharepoint List
