Hey together,
I have a Problem.
I have a SharePoint list from which I fill a DropDown field.
The dropdown takes its data from the SharePoint title column (text field), now I want to show the description (another text field in the SharePoint list) in a text field next to the dropdown.
Unfortunately, I always get an error with this form:
LookUp(StockCategories1stDigit,Title=drpDPTSCategoryClass.Selected.Title,StockCategories1stDigit.Description)
Do you have any idea what I am doing wrong?
Many greetings
Kai
Solved! Go to Solution.
Depending on the Items property of your Dropdown, you might not need to do any further lookup as it might already be part of the selected record in the dropdown.
But, that aside, please consider changing your Formula to the following:
LookUp(StockCategories1stDigit, Title=drpDPTSCategoryClass.Selected.Title, Description)
I hope this is helpful for you.
Depending on the Items property of your Dropdown, you might not need to do any further lookup as it might already be part of the selected record in the dropdown.
But, that aside, please consider changing your Formula to the following:
LookUp(StockCategories1stDigit, Title=drpDPTSCategoryClass.Selected.Title, Description)
I hope this is helpful for you.
Were you able to work through your issue or do you still need help?
It works, thanks for your help and sorry for my late answer,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
194 | |
52 | |
41 | |
39 | |
35 |
User | Count |
---|---|
263 | |
86 | |
71 | |
69 | |
66 |