Hi,
I have a Gallery 1 and 2 where Gallery 1 is supposed to show results based on Gallery 2.
Gallery 2 filters to show only the post connected to the active user. This works fine.
Gallery 1 is supposed to filter based on the shown posts in Gallery 2 where there is a multiple choice column as a Lookup field.
In the image below you can in the top see what "instruktion" is linked to the post (this is Gallery 2), and below that gallery is Gallery1 which I want to display only the linked values, the lookup values that are for the shown posts. So in the below screenshot in the bottom gallery what I want to be shown is "Instruktion Johan, Instruktion 2 and Instruktion 3", but for some reason it shows all of the "Instruktion" that currently is available in the List.
Code used in item of Gallery 1 is
Filter(Instruktioner;Concat(ForAll(Gallery2.Selected.KoppladeInstruktioner;Value = Title);Value))

Thanks for any help