Hi, I have this lookup column that has multiple choices of the same thing. It is a customized SharePoint form.
Choices([@Employee].ApprovalType)
this is the sharepoint form with multiple choice of the same type
I tried this formula but the dropdown values become empty. Why does this happen even though there are values in Result?

How to use the distinct function to ensure there's only one choice even if it has multiple? For example, only 1 Software instead of 2.
Thank you.