I want to use the function likes Update Row Item Activity,the activity can’t be used in 20.10.1,and I can’t update the package.Because some rules.So how can i do likes Update Row Item?
@suraj.setty ,I want directly write new row into datatable.And the Update Row Item Activity available for my needs,but it can’t use in 20.10.1 package.So i want to know if there is any way i can substitute Update Row Item Activity
@suraj.setty ,like this.The activity i put into the For Each Row,and I use Update Row Item Activity to save the new row value in datatable.
@HuaiYe Can you try the below one. Take assign activity instead of Update Row Item
Row(3) = "Is OK"
Row(3) is the left part and Is Ok is the right part
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.