@lorumIpsum2024
Ah ok, I understand now. I haven't used this feature so not entirely sure what maybe causing the issue. you could try adding a label to the form screen with this
"Number of NotesList records: " & CountRows(NotesList)
You could use this to check that the app is collecting the data correctly. You could also try adding a second label with this
"This form has a record: " & !IsBlank( -- add your LookUp code here -- )
If neither of these show any issues, then you could try/look at:
- are you using the Modern Form experience? If so, try a Classic form
- are you using any Containers that maybe causing issues?
- is your form in Edit mode? Has it been explicitly set to Edit mode eg it cannot be in New mode
Try some of these and see how you get on