Hi,
I am building a flow which populates a word template and converts to pdf.
I need data from 2 tables:
- proddiscs which I successfully take by adding the logical names in the Select field of action List Rows (with entity being Proddiscs which contains most of my info without lookup columns).
-departments which holds the primary column kv_owneremail value. Proddiscs table holds a lookup column to Departments table column kv_owneremail, its logical name is kv_owner
Then using a select action I populate the word file.
If I add kv_owner in the select field of List rows action (entity is Proddiscs) and then link it to the Owner(Value) from the Select dynamic content coming from List Rows I get an error saying that: Action 'List_rows' failed: Could not find a property named 'kv_owner' on type 'Microsoft.Dynamics.CRM.kv_proddisc'.
If I try to expand by using kv_owner($select=kv_owneremail) in the List rows action I get the exact same error as above.
Any help would be highly appreciated.
R,
Kostas