Hi all,
I have created a component which contains a custom table property. Below is the schema I have defined for my Dataverse table
Table(
{
jd_id:"jdd001",
jd_name:"David",
jd_email:"david@test.com",
jd_address:"3357 Fieldcrest Road,New York, NY,10011",
jd_age:29
}
)
I have another component with define custom property which expects a single record value. Below is the schema I have defined:
{
jd_id:"jdd001",
jd_name:"David",
jd_email:"david@test.com",
jd_address:"3357 Fieldcrest Road,New York, NY,10011",
jd_age:29
}
If you set the table property to a database table (e.g. Sort(Employee, Id)) OR
A single record property (e.g. LookUp(Employee, Id="jdd001")) raises a following warning/error:
"Expected a different collection record structure"
Question
How can set the property as my target table and for single record with defined schema?
Aby help would be appreciated.
Thanks

Report
All responses (
Answers (