I have a scenario where I passed an array (Using the Parse JSON function) to a gallery in my PowerApps application. Within this gallery, I have added two labels and assigned formulas to their Text properties:
For Label 1, the formula ThisItem.Value.ColumnName works perfectly well.
However, for Label 2, the formula ThisItem.Value.LookUp(MappingMaster, AgentName = Dropdown2.Selected.Value).ColumnName is not functioning correctly.
My question is: Can we add a condition-based column after ThisItem.Value?
I would appreciate your guidance on how to address this issue.