Write cell multiple times

Hi All,

Lets say in my write cell function I was to write one datatable(1 value) repeat multiple times ( eg:9 ) is this doable in Uipath ?

Thanks

Keep Write Cell inside DoWhile Activity

Sequence goes into a loop and does not write

Keep int =1 outside while

Int +1 after your activity.

Tip: int is a integer type, use a different variable name.

1 Like