this Code gives error of ‘An error occurred while updating the entries. See the inner exception for details.’
[HttpPost]
public ActionResult AddApprovalStage(string Levels, string PlantCode)
{
try
{
var levelsList = JsonConvert.DeserializeObject<List>(Levels);