Hi
In below code i want to add another condition . If Item.onbreak = Break then 'Break
Rec.Delivery_Status = item.BookDeliveryStatus.Trim() == "Dispatched" ? "Arriving " : item.BookDeliveryStatus.Trim()
Thanks