Data pill display old label in flow designerIssue In create record action of flow, set a string field by drag-drop data pill, then change the label of the source field, data pill still display original label but not the modified one. Steps to Reproduce: 1. In create record action, set a string field by drag-drop data pill, save.Below is a sample in OOTB, set [em_alert.description] to [incident.short_description]. 2. Change the label of source field OOTB sample: change the label of [em_alert.description] from 'Description' to 'Test'. 3. Refresh the flow, data pill still displays original label (Description) but not the modified one (Test). This issue happens not only in a specific table or field ([em_alert] table in this case) but also for other tables like [customer_account].ReleaseObserved from Tokyo Patch6.CauseThe feature of matching the label change happened on the platform is not supported.ResolutionConfirmed that even if the pill label doesn't match, the values come in correctly. So functionally, there aren't any problems. The user could remove the pill and re-add it if they want to see the right label. Enhancement request can be raised for this.