In Flow, I have the following two Entities and instances
Product: instance name “Style”
Sales Order: Instance name “orderNo”
and the instances show up in ComboBox nicely like as follows:
What is not working is when I have an instance of another Entity named “SalesOrderLine” which is using a composite instance name with Product and SalesOrder as follows:
But when I use this SalesOrderLine entity in a screen comboBox, it looks like the instance name is not properly working as expected, it shows like below, like there is no instanceName defined.