Flow Designer UI - jumbled/messy connecting lines between actionsIssue The connecting lines between Flow actions are displaying incorrectly, in a jumbled and messy manner. Please see screenshot. CauseDuplicate records in Flow Designer tablesResolutionSuggested workaround:The issue seems to be related to duplicated records in a couple of the Flow Designer tables. Deleting these duplicates returns the flow to the expected state. Go to the `sys_hub_flow_logic` table and filter for the flow you're working with and check for any duplicate records. Duplicate here means they have the same UI Identifier. Delete any duplicates.Go to the `sys_hub_actioin_instance` table and filter for your flow and check for and delete any duplicates here. Duplicate here means the same UI Identifier too, but they could have different orders. If they do, delete the record with an invalid order like "3.1.1.1.0" which is invalid because orders should not end in a "0".Go to your flow and refresh if you had it open already. The extra lines should disappear, but the flow might be out of order. Re-order the instances in the correct order