Assignment 1 Advanced Training - Unable to get filtered datarows in GetTransactionData ,

Hi ,I am facing issue with completing assignment 1 .

If a new Item is fetched Grab it’s significant data for logging: Value cannot be null.
Parameter name: source
Unable to fetch the datarows into GetTransactionData . getting the Error getting transaction data for Transaction Number: 1. Value cannot be null.
Parameter name: source at Source: If a new Item is fetched Grab it’s significant data for logging
when i try to debug i was not able to get the global variable data in the GetTransactionData. though i was able to view or log in Extract data items.

Please help me with the steps on how to debug and fix this issue.

Hi @lalita

Welcome to uipath community buddy
Fine

Kindly check once with the global variable been assigned to a argument of same datatype and that argument is passed to the workflow been invoked with IN direction…
Then make sure that the variable been passed is with values

Kindly revert for queries or clarification

Cheers @lalita

Thank you now i am able to fetch transaction data