Error on flow designer executionIssue When a RITM with a flow designer is submitted, on opening the execution of the flow, getting below errors: DesignerError: Bad Request. Invalid table undefined Unable to get display name data Also on checking the action execution we could see below error: RITM00xxxxx is not a valid record CauseThe issue occurred because of the poor action creation on the flow designer. Here first flow action Get Catalog Variables is used where for the Submitted Request, number of the RITM is been fetched, due to which the system is throwing error. Trigger ->Requested Item Record ->Number With the same configuration the issue could be reproduced in OOB instances as well.ResolutionOn action Get Catalog Variables, on the Submitted Request, using only the Trigger ->Request Item Record will resolve the issue and the error wont appear.