Hello!
I am trying to set a gallery to only show items based on what choice is selected in a connected list. I currently have it set so that the items are only visible when what I want is selected, the code is
If (ThisItem.'Management'.Value = "Not Due", false, true);
but then the template has a bunch of blank space as there are 8 different combo boxes. I either:
A) Need to figure out how to move up the items depending on what is visible and what is hidden
or
B) Figure out how to filter out the data to only show based on the selection.
Thank you!
I'm not sure what the best way is to go about this.