Hi Guys!
I have the follow issue below:
After I submit a Form (that get input from selected/linked gallery), my gallery return not selected.
My variable in "Onselect" button property: << it's ok
I have two filter buttons with UpdateContext. One is "UpdateContext({varStatus: "Pendente"})" and another one is "UpdateContext({varStatus: "ConcluÃdo"})".
My formula in "Item" Gallery property: << it's ok
Filter('Processo de exportação', StatusGeralzao = varStatus)
My problem is: when I click on both buttons filters (varStatus = "Pendente") or (varStatus = "ConluÃdo") , the gallery is filtered by "Status this status normally, but not select its line automatically. I have to click to select an specific line.
I use the "default" gallery property to see the last record (just to stay selected) like this: Last(Database) and the result selected the last line in my gallery when I click on the button (varStatus = "Pendente"), but when I click on button (varStatus = "ConcluÃdo"), the gallery doesn't select the last gallery line.
Does Anyone could help with this issue, please? Any If formula or anything else on default gallery property?
@LaurensM @Shavar_Scott @RandyHayes @Drrickryp @Akser @mdevaney