I am playing around in a test app so I dont have to mess up my main app.
Onvisible of the screen I have the following setting a variable.
Set(var_engineer,LookUp(Engineers, UPN = User().Email))
We set the variable to the record in the SPO List that matches the current user.
Label1, I am pulling the assignmenthours for the engineer.
Concat(var_engineer.AssignmentHours.Value,Value,",")
Label2 is just getting the current hour.
Hour(Now())
I am having trouble with an IF statement and contains
I want an if statement that checks if the number in Label2 matches one of the numbers in Label1.
if so, the toggle is on. If not, it is off.
