Hi Power Apps experts
I have a Gallery1 with a field "Docno"
In have another gallery Gallery2 where I have a dropdown that needs to be populated based on Gallery1.AllItems.Docno
I have tried defining Items of dropdown with Gallery1.AllItems.Docno but this doesn't work.
I am getting [object Object] [object Object] ?
How may I do this?
Note: I don't want to fetch from Gallery1's datasource.
I would love to fetch the dropdown list from Gallery1 allitems docno.text
Thanks. 🙂