On creating new flow, we are getting error "Unknown error occurred while processing request, check logs to get more information.".DescriptionOn creating a new flow, we are getting the error "Unknown error occurred while processing request, check logs to get more information."Steps to Reproduce 1. Go to flow designer2. Create a new flow and add trigger action3. Try to save it4. Error is thrown "Unknown error occurred while processing request, check logs to get more information."WorkaroundThe issue is with sys_dictionary records where table = var__m_If we delete the sys_dictionary records where table = var__m_, then the issue is not observed and flow saves as expected.Related Problem: PRB1618793