Hello,
I have a form to create a new record in dataverse. One of my column is called 'Parts' and I would like it to display a list of choice of part numbers from another table (values from a specific column). Then I would like to patch the form to create a record. Here is what I have in my forms lookup box: 'CORR infos'.Part. This is what I have in my patch formula (I included only this referenced column as other are working fine):
Patch(Corrugated_dbs, Defaults(Corrugated_dbs),
{Part: LookUp('CORR infos', Part=DataCardValue3.Selected.Part)})
It should be a list of part numbers which looks ok in form: it's a lookup box where I can see a dropdown with all my numbers. For some reason when I save it it's saving only "CORR". Why???? This is another columns data not 'Part' data.
When I highlight the formula and check what it can see to be patched it says part number 'E50-8584' which is what I want:
Why after saving I can see something else then?
Regards

Report
All responses (
Answers (