YOKOHAMA UPGRADE: Flow designer 'Look Up Record' action error message has changed from 'No Record Found' to 'No record found' Issue YOKOHAMA UPGRADE: In Flow designer 'Look Up Record' action if no record is found, error message has changed from 'No Record Found' to 'No record found in Look Up Record action. Context id: <id>, table: <table_name>, encoded query: <query>' Because of this change in the Error message of the 'Look Up Record' action in Yokohama version flows that used a condition 'Error Message' is 'No Record Found' may fail. ReleaseAll versions of Yokohama CauseIt has been observed that the behavior of the 'Look Up Record' action in Flow Designer has changed between versions prior to Yokohama and the Yokohama release. In versions before Yokohama, when no record was found, the error message returned was simply: "No Record Found" However, in Yokohama, the error message has changed to a more detailed format, such as: "No record found in Look Up Record action. Context id: <id>, table: <table_name>, encoded query: <query>" As a result of this change, any flows that rely on the condition "Error Message is 'No Record Found'" may fail or behave unexpectedly. It is recommended to update such conditions to use "Error Message contains 'No record found'" to maintain compatibility with the updated format. This issue typically arises when implementations depend on the error message text rather than the status code of the action, which is a more stable and reliable approach.ResolutionIt is recommended to rely solely on the documented status codes (0 for success and 1 for failure) of the action, rather than depending on log or error message text, which may change or be refined across versions. Status: Data type: Choice 0 if a record was found successfully, and 1 if there was an error. Related LinksLook Up Record Action: https://www.servicenow.com/docs/bundle/yokohama-build-workflows/page/administer/flow-designer/reference/lookup-record-flow-designer.html