Good afternoon all,
I am currently trying to create an approval app and don't want people to be able to approve their own. So I have setup the gallery to populate the edit form all fine but I want to filter the gallery to not include the current user's submissions. So far I have:
Filter('My List','Created by'=User().FullName)
This brings back everything created by the user, how can I get it exclude everything the user has created?
Thanks for any help out there!
Edd