Hi all..
i need to make this 2 seperates SP List from 2 different sites to work together and displaying the item i need in a single gallery.
i use this formula, and i already mofied it hundreds times and its still get blank gallery (perhaps the formula is positively wrong):
Gallery Items property:
Sort(Filter('_Onboarding List', If(Gallery1.Selected.Title2.Text = "All", true, Status = Gallery1.Selected.Title2.Text)), Filter('Candidate List', Status3.Value = "Converted")) && If(IsBlank(TextInputSearch.Text), true, TextInputSearch.Text in 'Candidate Name')), 'Candidate Name', Ascending)
as you can see that i want to filter from 2 different sites sharepoint list and search it through a gallery.
the idea is, i want to sort and filter from the first SP List (Onboarding List) so i can browse throught it by it status, whilst also i can see at the same gallery the second SP List items (Candidate List) which have "Converted" Status.
i dont know if this possible to achive, any insightful work around for solving this is a life saver for me.
thanks,
regards.
pytbyt