I am trying to make selector of Element exists activity , a variable. Actually i need to open different pages of Work items on the basis of a number. as indicated below
I am using the selector as in the following screenshot for this. Adding a variable ( in_TransationNumber ) in it. But the element exist activity is returning False everytime.
Please help,I’ve just started assignment 2. GetTransactionData.xaml (Element Exist Activity) is fine but my problem is the process.xaml (Click Activity), when i run the workflow from main.xaml it doesn’t click the element but just closes and navigates to the dashboard. I don’t know what I’m missing because my selectors look correct.
below is GetTransactionData.xaml flow and Process.xaml flow:
What is the difference in below two selectors ? The first one is how I get it to work in UI explorer but it wont work in actual workflow. The second one is what was suggested here which works in workflow. Not sure what am I missing. Ideally I expect both of them to work
html title=‘ACME System 1 - Work Items’ /><webctrl tag=‘LI’ aaname=‘’“+in_TransactionNumber.ToString+”‘’
html title=‘ACME System 1 - Work Items’ /><webctrl aaname=‘“+in_TransactionNumber.ToString+”’ tag=‘LI’
Maybe it is not soulution but was for me. I removed this action “Element exist” and work fine for me… You just checking if the element exist. I think that in this case is not necceserly.