Add row in DU

In du , invoice line items table- if table have 0 rows , means null getting , in post processing I need to add default value. Like a column 15 , b column 25 like that , how can I do that , what are things I need to do.

@Harikishore_S1

check if the returned variable or object is null..if yes then use build datatable to add whatever row and data you need

cheers

Hi Anil,

Yes , in du extractionresult datatype variable. Add one row with default value in resulttable variable. How to do this it’s not accept datatable , resulttable expecting the structure.

@Harikishore_S1

you wont be modifying the output variables but try to save it to a different datatable variable and use it

cheers