Hi,
I have an issue. I create a power apps from two lists. I have on drop down field which is depend from the select of other drop down. The formula work fine but the values of the drop down menu don't be displayed.
I attached a photo in order to be more understanding.
Any suggestion will be helpful.
Thanks
@eftichia Make sure the DisplayFields property is set to "Title"
Please remember to give a 👍 and accept my solution as it will help others in the future.
How can I change that?
I went to display field and i was entered ["Title"] but when i save the return to ["Value"]
It doesn't the option of title has only value.
@eftichia But in your screenshot there is a Table with a "Title" Column ??
In the following example, I have a table with 3 columns, so I can choose any one as the DisplayField (Primary text),
Please check the Items property carefully to see that the columns are.
Please remember to give a 👍 and accept my solution as it will help others in the future.
Your Formula WILL only be producing a table with a Value column. You are basing your formula off of Choices - which only produces a table with Value.
In your screenshot, the formula editor is showing the results from the inner Filter, not from the total formula.
So, the question would be, if you put your cursor at the end of the entire formula, what does the formula editor show you as the results? Is it a table of records (Values) or does it show "We didn't find any data"?
It show we didn't find any data. So what i can do in order to solbe it?