I have a datacardvalue in a Power Apps modern form, and I need to create a conditional statement for its Items property. The condition should be based on the selected value from a DataCardValue, and at the same time, it should concatenate results from two columns in the database.
try:
If(DataCardValue9.Selected.Value = "VALE"; ForAll(Choices([@CentroCustosRNV].CodigoSintetico); Value & " - " & TÃtulo);
ForAll(Choices([@CentroCustosIAV].CodigoSintetico); Value & " - " TÃtulo))