My app allows the user (a new guest) to input their information. Based on their age range (shown in the attachment) and sex, that should provide options in the gallery (a group that matches their criteria) on the next screen that match their input. How can I add this logic?
The age range and sex populates one Sharepoint document, while the gallery contains information from a different Sharepoint source.
Please help!
Hi @v-siky-msft !! I so appreciate your help!
Attached you can see more info:
So in this case, the guest (John Doe), should see groups that match their age range (13-15), which would be Juliana Congote's group. Does that make sense?
Thank you again for your help!!!!
Hi @jcongote ,
Could you please share more about your scenario? What are the common columns between two sharepoint sources? What is the Items property of age range combo box?
It seems that there is a column in gallery storing the age range, so let's say that age range is the common column of two sources. Hence, this should be a simple filter problem, please refer to this sample code:
Gallery.Items:
Filter('SP list', 'Age Range' = ComboboxName.Selected.'Age Range')
Please provide the detailed column construct of source, so that we can provide the accurate code.
Sik