GetItemDetails.xaml Assignment 1

I’m getting to the end of the project and it says “Invoke the System1_NavigateTo_WIDetails workflow. Import and bind the arguments.
o This is what it looks like:” So, it’s the wrong XAML file and my System1_NavigateTo_WiDetails has different arguments. What did I miss?

Is that your NavigateTo xaml?
You should only have input to the NavigateTo, and thats the URL to the WorkItem.
Your URL seems fine, just delete the out argument.

After that you invoke the xaml to extract the information, so there’s 3 out arguments; client ID, name, country.

Indeed. The screenshot in the PDF walkthrough is not 100% aligned with the System1_NavigateTo_WIDetails sequence it instructs you to create. Try following:

Best of luck – Wim

1 Like