Hello,
I have an assign activity which gives me a row index of variable integer type:
I would like to put this number into a delete rows activity like this:
However I am getting the error:

Please advise cheers
Hello,
I have an assign activity which gives me a row index of variable integer type:
I would like to put this number into a delete rows activity like this:
However I am getting the error:

Please advise cheers
Hi,
How about intRowIndex+1 or intRowIndex+2 because IndexOf returns 0-based index
Regards,
This works thank you!
I am having some issues however configuring the activity.
I have data in an Excel like this:
The row index starts in row 1 but my data starts at row 6 - I would like the row index to start from row 6
This is causing an issue with my delete row activity as the incorrect row is being deleted
Was wondering how I can configure the activity so that the row index starts at row 6?
Cheers
Hi,
How about intRowIndex+7 ?
Regards,
Hi,
I have tried that however when a row is deleted then the +7 is not accurate. Also the deleted row could be above or below the row I want to delete therefore unsure how to configure
HI,
Can you share your workflow and xlsx file, if possible?
Regards,