Hello everybody, I’m soo close to the end of the Calculate Client Hash assignment. I’m at the part where I have to open up UiExplorer and put in the new status argument in for the New Status part. I’m struggling to figure out how to do this step.
Instead of this method, you can try some other alternative like take two click Activities. One is to click Drop down field and other one is to select item from drop down list. I.e. Completed
@lakshman Not sure how I can parse a string (in_newStatus) argument to a button. Also, when they grade the assignment, do they check to see how the steps are accomplished?
You were almost done
The thing is selector screenshot is correct and use this as a selector for select item activity
But what they mean in the item property is we got lit of options in the drop down to choose there and to choose the values among them we can pass the value either directly mentioning them or with some variables or argument
— if we have the value to be chosen from the drop down with the argument in_status as they have told in the procedure we can pass that as value to be selected in the drop down
Or
We can directly hard code the value as a string like mention the value that we want to select from the drop down
Actually the selector that had already was correct
Only this is now we need to pass the value to be selected from the list of items
Like either pass the value directly or
Pass via a argument like in_status
This one was correct perfect as per the document
We need to pass the value alone to the item property in the property panel of select item
Either with a value or a via a argument named in_status
I plan to use the Two Click Activities as backup. Just in case, I really really don’t know how to do it the way they want me to do it. I already have it working for one option, the ‘Completed’ status. Thank you!
The one I said to make Selector dynamic is for Click Activity and but you are trying for Select Item Activity and because of that you are getting that error.