I am trying to use the modern data table control in Power Apps, but I have an issue.
In my Dataverse Table, I have a Lookup-type column, which by default shows me the column (ID_RL). However, I need to display the "norma" column.
By default, the data table loads the query in the FieldName field with the query "crb4b_Requisito_Legal".
I tried modifying it in the following ways without success:
1. crb4b_Requisito_Legal.norma
ThisItem.Requisito_Legal.Norma
2.
How could I display the column I need and not the default column?
Nandit,
This worked partially. In the table, I now have the option to include the column I want, but this affected a form I use to input or display the table's information, where I have the items defined as: Table3.Selected
which is the table in which we modified the query as you suggested. It seems the lookup relationship or something similar is being lost.
I put the info of the table3.selected in a variable the result is show in the image.
With(
{Records: DataverseTable},
AddColumns(
Records,
NewColumnName,
DefaultLookUpColumn.RequiredColumn
)
)
WarrenBelz
146,552
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional