Hello Uipath Community,
I need confirmation that whatever I am facing is an actual bug and not an error on my part.
If it is an error on my part please tell me where.
I look forward to you enlightening me.
===
Context:
- Data row array values becomes NULL after being imported inside another workflow. Data row array is required to set a counter variable for a FOR loop.
Variables/argument to take note:
- Filtered_WorkListItem → this is the data row array that contains values
- in_WorkList → this is the argument to pass the array values in
- DT_WorkListItem → the original data table that give rise to the data row array values
Follow the pictures and you can see that I CANNOT import the data row array values in.
I can however import the data table in, aka getting the data row values in indirectly (hence the ‘solution’).
===
Before Entering Invoked Workflow:
After Entering Invoked Workflow: