The Form_Processo brings the first item that is in the gallery of the previous screen, gal_Processo. Now, if an item is selected in GaleriaMenu_Processo, I need it to appear in Form_Processo.
The underlined item is wrong, but it's the logic I want to put in.
@Deivid, you mean something like this:
If(!(IsBlank(GaleriaMenu_Processo.Selected)),GaleriaMenu_Processo.Selected)
I'm already using it in Form_Processo.Item, only in a condition. And that's where I'm not getting it, I need to make it clear in the condition that, in addition to taking the first record from the previous screen by default (it's already ready, it's gal_Processo), it's necessary that, if GaleriaMenu_Processo is selected, it calls GaleriaMenu_Processo. selected
GaleriaMenu_Processo.Selected already being used:
GaleriaMenu_Processo.Selected already being used
Hello, @Deivid
In your Form_Processo.Item property, add this GaleriaMenu_Processo.Selected
Regards,
Ahmed
If my reply helped you, please give a 👍. And if it has solved your issue, please consider a 👍 & Accepting it as the Solution to help other members of the community find it more.
My Blog: www.powerplatformplace.com
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,075
Most Valuable Professional