I am currently using a SharePoint list ID number as my unique identifier and then patching that number into a separate for event sign ups.
If want to limit the view so that people can only see the gallery items where their ID exists within the Event Sign Up field.
Currently formula is as follows
SortByColumns(Search(Filter('(Events)', Value(VarProfile.ID) exactin 'Users Signed Up'),
TextSearchBox1_3.Text, "Title"),
"EventDate", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))
As I mentioned. My VarProfile.ID = 1 and it's registering when ID's 10-19 are signed up to that event.
Any help on limiting this would be appreciated, thanks

Report
All responses (
Answers (