Hi,
I am working with a PowerApp connected to several similar Sharepoint lists(same columns, different data).
After saving changes on the EditForm and I come back to the DetailForm the height of the Datacards have increased from 40 to about 150. this happens only sometimes. I have tested it alot and can't find any reason for why or when this happens or not.
I think this started to happen after I figured out how to switch between my various data sources(lists) using a global variable to set the source from a dropdown.
Set(CurrentSource; Switch(Dropdown1.Selected.source; "Depa1"; Depa1; "Depa2"; Depa2))
Depa1 and Depa2 being Sharepoint lists.
I Set this variable on the BrowseScreen OnVisible and again on the DetailScreen OnVisible else the changes I did won't reflect on the DetailForm when I submit them.
Thankful for help to figure this one out.
/ Christian