HI @ShogunMorty
1. Can you verify that in the back end the rows are getting an ID? Its auto, so it should
2. Can you please share the code that is loading the data please
You said this is in the OnSelect, but if you have code after a FormSubmit, it should be on the OnSuccess or the OnError of the Form, not immediately after.
So if the data is in the back end but no in front, I believe its a timing issue because you are refreshing too soon.
SubmitForm(FormEintragErstellen);
If(FormEintragErstellen.Error=Blank(),
Refresh(Ausbildungsbudget);
Set(verShowPopup,false);
Set(varShowPopupSuccess2, true),
Notify("Fehler beim Absenden der Form. Bitte alle rot markierten Felder ausfüllen.", NotificationType.Error)
Move your code into the OnSuccess of the FormSubmit, and let me know how it goes after that.
Also, share your DataSource that you are using for the "Table"
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey