Dear Community,
I have two galleries on the same canvas, both linked to the same SharePoint list (called "Idea Management"). First gallery "Gallery1" shows all items with basic information (SharePoint list columns) and has filter function. After clicking on the arrow on the right side of each item row, I would like to have second gallery "Gallery3" showing detailed information (additional SharePoint list fields - multiple line of text columns) related to the item based on field "ID".
I know I have to change the formula in Gallery1/Arrow/On Select and in Gallery3/Visible and Gallery3/Items.
Am I right? But could you please advise formulas?
Gallery1/Arrow/On Select=Select(Parent) and set Gallery3 to visible ?
Gallery3/Visible=true if arrow above selected ?
Gallery3/Items=Filter('Idea Management',ID=Gallery1.Selected.ID) - this is showing error Incompatible types for comparison: Number, Control.
Thank you very much in advance.
Screen shot of the canvas with two galleries:
