Hi all,
ive read all the articles i can find to no avail, its a simple one but i cant get it working.
i have a table called 'loginstatus' when somebody logs in to a record it records the record id and their name , when they come out it removes them from the list , i want to set an icon to icon.lock if the record id is in that list.
If(LookUp('Login status', 'Record id') = ThisItem.ID),icon.lock,icon.details)
If(LookUp('Login status', 'Record id' = ThisItem.ID),icon.lock,icon.details)
tried lots cant sus it out help please, this will work with just the look up but i need a true false scenario.