Forcing a Fallback Value
c
Hi all! On an Umbraco 8.18 instance I'm running into the issue where I have an MultiUrlPicker that's filled on 1 culture, and empty on the other. When fetching the page on the variant that's empty it's not falling back to the culture that does have the list filled in. I'm expecting this is happening because of it being an empty list instead of null and therefor not falling back on the fallback variant. Does anyone know if it's possible to force a fallback value retrieval on a property?