I have a list of names in SP:
Name ID
John 1
Ed 2
Joe 3
Power app user can select name using drop down control. For example selection is Ed. How to retrieve ID based on the selection also?
If user has selected Ed, I then want to Patch Ed's ID (2) to another SP list. Is it possible to store ID as a variable?