Hi @ahhollan ,
Could you please elaborate more about the data card which shows blank?
What is the items property of dropdown?
This may be because the default values are not configured
Please go to check the following properties.
Default property of Data Card: ThisItem.'Column Name'
Default property of inside Dropdown: Parent.Default
If what in the DataCard is a Combobox (not dropdown ), you need to configure the record retrieved from Items property to the DefaultSelectedItems property.
For example, If the Combobox Item property is Accounts.'Account Name', the DefaultSelectedItems property should be :
LookUp(Accounts.'Account Name','Account Name'=Parent.Default)
Hope this helps,
Sik