Hello!
I have a form which is saving my records into dataverse table. I also have a gallery displaying these records. For some reason there are two columns ("Work order" and "Part number") which are missing data when chosen from a gallery in View mode and also when I try to edit this record, it's also missing data in form (but saved in table and also shown in gallery on left that data is there). Here is my issue:
Here are my formulas:
Form3 ->OnSuccess: ResetForm(Form3); ViewForm(Form3); Set(varMyDefault, Form3.LastSubmit)
Form3 ->Item: Gallery1.Selected
Thank You
That worked! Thank You 🙂 The only thing I have an issue with now is Part number as this is a combobox added by me manually and items are taken from another dataverse table so Items in this combobox is: 'Media BOMS'.'Part number'
Now I am not sure how to modify Default...
Hi @marcy_pi ,
Please could you first check what's in the Default property of each data card? Is it bound to the field in the data source that you're expecting?
If that's as expected, could you then please confirm if the Default property of the control within the DataCard is set to Parent.Default:
If you've added these fields into the form manually or tinkered with either of the above settings, it might be why they're not showing the right values on view or edit.
------------------------------------------------------------------------------------------------------------------------------
If I've answered your question, please mark your post as Solved. You can accept more than one post as a solution.
If my response was a good one, please give it a Thumbs Up!
Visit my blog: https://platformsofpower.net