All - I am trying to lookup a record using the current user via the LookUp function.
Once I have the record, I would then like to build a collection via the ClearCollection function and write certain values from the record to that collection.
So far, I have the following and am stomped beyond here:
If(!IsBlank(LookUp(UserProfiles, Employee=currentUser), CREATE COLLECTION, DISPLAY MSG NO USER FOUND)
Any help - greatly appreciated.