I have a Dataverse table, with two Lookup Columns, with One-To-Many relationships with one other table. When a collection is created, the two fields created a Type Table in the collection creating a patch error.
How can I create a collection text date for the two lookup columns…Thanks
Collect(
colContact,
{
name: ThisItem._ContactID,
firstname:inpFirstNameEG.Text,
lastname: inpLastNameEG.Text,
email: inpEmailEG.Text,
ItemStatusLU: cbxItemStatusEG.Selected,
CompanyLU: cbxCompany.Selected
}
)
