Create blank excel sheet

delete row activity can we removed particular row.
eg as mention in attachment I want to remove first row

1 Like

@Aditya10989 Yes You can delete the First row using that Activity

what I need to pass to delete second row

@Aditya10989 Set ChangeMode to Remove , Provide the Sheet Name, Provide the Position form where you want to Delete and Provide How many rows you want to delete.

for this I am getting error need to insert application scope

1 Like

you can use Insert/Delete rows inside application scope and mention
NoRows = 1
Position = 1

image

image

@Aditya10989

1 Like

yes thanks this work

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.