Hello, I want to store variable data sources to the user, so if he is from department A, then he gets table department A, if another employee opens the app, he can only look at and edit the table from department B. I've already got the ad by backing it up in the OnStart command. Only the patch function I can not use so, someone an idea?
OnStart:
If(StartsWith('Office365-Benutzer'.MyProfileV2().department;"NETZ TBM");
Set(vartblBoxen; tbl_Boxen_TBM);;Set(vartblGeräte; tbl_Geräte_TBM);;Set(vartblBetriebsservices; tbl_Betriebsservices_TBM);;Set(vartblBenutzer; tbl_Benutzer_TBM))
Patch:

Report
All responses (
Answers (