I have a dropdown menu in my desktop application and I am trying to pick the correct item based on a value in my excel. So say in my desktop application my dropdown menu includes the values Alaska, California, Dakota. I would like to select California if the value in my row1, col1 of excel is “Los Angeles”. How can I accomplish this?
I can get the dropdown menu items by using “select item” but stuck there.
Thanks for the reply. I got that part but first I want to check whether the value from my excel is Los Angeles then I want to pick California. If my excel value is anchorage I dont want to pick California I want to pick Alaska.
Thanks for the reply friend. How do I do that? I have also tried using the advance editor to write logic but I am very new to uipath not very familiar with synathx.
Could you please share your excel and xaml file.
It will be easy to check and provide you with the demo. Thanks.
Just to give you some context I work in mortgage industry. We get these excel sheets which includes trade info and we manually enter into out loan origination program. Excel look like this
The trade page in out desktop application where I am supposed to enter the data looks like this
I am reading the excel line by line and creating a new trade in my application.
If the col J in my excel has the value “Fannie Cash SMP Arvest” I want to pick “FNMA-Arvest” in my desktop application. If my excel has the value “Fannie Cash SMP PNC” i want to pick “FNMA-PNC” in my application.
Does that make sense?
Hey @sam.sajasi,
Thanks for throwing some light.
You need to create a master mapping sheet which has this mapping info with two columns - received value & actual value.
Once you get value from the excel sheet, you just compare and filter the master sheet to get the actual value.
Then, Select in the desktop app.
Hope this helps.
Thanks
Is there anyway to do this with code using the advanced editor?
Yes, you need to have a mapping excel sheet and then write code in advanced editor.