Using .getDisplayValue() inside a Flow Action is returning the Text Results in an Unexpected LanguageIssue When using a Flow Action / Flow / Subflow which is calling the .getDisplayValue() Method you are finding that the Results are displaying in an Unexpected Language. Example: A User with their Language set as English triggers the Flow to executeThey are then seeing the Text is displaying in GermanCauseThis is happening because the Flow / Subflow is set to Run as the System User. Meaning that the .getDisplayValue() Method will then be translating to the Default Language for the System.ResolutionYou can perform either of the following actions to resolve this issue: Change the Flow to run as the User who initiates the sessionChange the "glide.sys.language" System Property to use the Default Language which you are expecting