Actually, I’m attempting to map from an Entity array to a shipper and consignee record, but both records are receiving the same data from the shipping information, despite the fact that the shipper and consignee have different data.Please make recommendations regarding how to proceed.Please find attached image.
For example: If @role = ship then map Name,Address (Shipper information)
If @role = cons then map Name,Address (Consignee information)