Calculate Client Security Hash problem with a task

Hay,

I have a problem, I try to resolve a problem I have with task Calculate Client Security Hash UiPath Level 3 Exercise.

I don’t get an output when I extract data from the System1 webpage. Can someone please help me?


Change the assing, ispis ← dt_WorkItems instead of dt_WorkItems.toString.

Okej, ty, but I have one more question. Why this assign:

TransactionData.Select(“Type=‘WI5’ AND Status=‘Open’”)

Is sanding me error? You can see that on the second picture

In your proyect, ispis is assigned as null, and then that value is assigned to TransactionData when after completing the invoke to “Extract_WorkItems”

At this point TransactionData is null, so when afterwards you are trying to assign the value of TransactionData.Select(…) to WIList the program stops

image

Is the some. Ispis is now dtWorkItems.

The Assign is okey (mine is also TransactionData.Select(“Type=‘WI5’ AND Status=‘Open’”))
Check that you are putting the correct Name on the name cell.
Isn’t it ispis instead of dtWorkItems, and hadn’t dtworkitems a “_” inbetween?

That’s the only solution that comes to my mind, if the problem isn’t that, i don’t know how to help you anymore :confused:

You can see on the picture that i’ve set as Name the argument, not the variable ExtractedTable.
Hope it works :smiley: :crossed_fingers:

1 Like