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