Hello together i have a little question about building Power App.
I have a Sharepoint-List with these Information
Shortcut Based Value
A-1 Center 1
A-2 Center 2
In my Power App i have the Dropdown-Field with the Shortcut. The User can choose his Shortcut and then i want to see the based value for example in a textinput:
For example
User A choses A-1 and the textinput shows him Center 1
How can I do this?
Solved! Go to Solution.
Label Text:
LookUp(SharePointListName, Shortcut = DropdownControlName.Selected.Shortcut).'Based Value'
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Label Text:
LookUp(SharePointListName, Shortcut = DropdownControlName.Selected.Shortcut).'Based Value'
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
it helped thank you