<#3629 [UI Feature] Union type is not supported on...
# flyte-github
a
#3629 [UI Feature] Union type is not supported on FlyteConsole Issue created by yubofredwang Motivation: Why do you think this is important? It is a common use case for Flyte users to set Union type for their task input. However, the input value won't show up on the flyte console UI and instead it will show as below

Screenshot 2023-04-28 at 4 01 20 PM

Goal: What should the final outcome look like, ideally? The output should show as:
Copy code
input name: {
   type: float
   value: 0.5
}
Propose: Link/Inline OR Additional context Implement the function here: https://github.com/flyteorg/flyteconsole/blob/8f8d6869e1c2e064b2138d1b0e3f5745feb47849/packages/console/src/components/Literals/helpers.ts#L145 Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte