IN above i have run the pipeline, but some how in untill activity the copy data activity is fail so i have added the activity in failer condistion, but seems the copy activity fail isn’t working in until activity.
below is the until activity.
untill condistion
@and(greater(variables(‘count’),variables(‘rows_count’)),greaterOrEquals(variables(‘retry_count’), 2))
After copy data activity fail shoul execute the fail activity and update the condistion so my until activity stop