Hi
I have an app where users must check in on tablet. Users scan NFC tag and their data is returned to some textinputs.
What i want to do is to check if a user today has already checked in and disable the button. I have written a formula but it gives delegation warning that i don't want to keep. Can you help with this formula? MY datasource is dataverse. Action field is a Choice.
I have delegation warning on IsToday part and on && part.
If(LookUp(Filter(Entrances,'Employee code'.'Darbuotojo kodas'=inpEmployeeNumber.Text),
IsToday(Date) && Action=[@Action].IN,true),
DisplayMode.Disabled,DisplayMode.Edit)