Good day, I have a json file and I want to display the values of "_environmentName" in a dropdown, but I'm having trouble displaying it with the code im using.
Code: With({fff:Concat(ForAll(returnFlag.items.environments,Concat(ThisRecord.environments)),Value)},Distinct(Split(Left(fff,Len(fff)-1),","),Result))
json file

Any suggestions for this?
TIA!