i am getting data fro api from jira tikcets and u can see in above image key retrived but work order not retirved as field is not there in ticket.
so in that case i need to delete that specific row and i am using delete rows in catch section if any error in try to write data in jso prsing then will go to catch and delete row.
I assume that the data you are showing in excel in your screenshot is the one you are writing?
If yes, before writing it to excel itself, check the data if order column value is null/empty, then don’t write that row in excel.
If you are using datatable to write data in excel in bulk, then use filter datatable activity to remove the rows where work order is null/empty and then write the filtered output in excel.
on which basis we need to give position like 3-5 as i have counter to write data in excel and excel may have 5 liens of data or 10 or any count.
will increase row by row u ca see that in delete row activity ss