Error updating the Client Hash Status

Hi There I get this error:

When trying to select the status field and update it . any ideas ?

Selector looks like this and I don’t know how to change it:

You have to open and change it from the UI Explorer in studio

hi @strqsr

Yes i know that. As you can see above I have the UI Explorer open but don’t know what to do :slight_smile:

this was my selector :

< html app=‘chrome.exe’ htmlwindowname=‘WI-Update’ title=‘ACME System 1 - Work Items’ />
< webctrl id=‘newStatus’ />

@srdjan.suc Thanks. Will try that but how did you select the item as I just used the indicate on screen and selected the STATUS field?

Use Select Item activity and this selector .
Then put some existing value in the input

select%20item

For example my in_Status can be Rejected or Completed

select%20item%20selecotr

@srdjan.suc. Ok so I am updating the status specifically to “Completed”. So in my Select Item activity I set in_status to “Completed”… see below image:

image.

How do you get UI Explorer to give you the value in the 2nd line?:

image

Uh I don’t actually remember how I got that specific selector, all I know is that it is working :smiley:

I think that there are some youtube tutorials about almost every tricky part of Acme website.

Cool - worked for me :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.