hello,
i have an app where i want the user to use his language... but this means that radio or dropdown values need to give options in his language... if i then connect some conditions to it like "if radio1.value = yes then...." i would need to do it in every language which seems wrong... so i think i rather do something like:
([
{ Name: "Disable", code: "1" },
{ Name: "Temporarily Downgrade", code: "2" }
])
the trouble i have is that while dropdown you can define which column it should use in radio i dont see that option... unless i define it within the formula above but then it returns only what the user sees... it feels like it works on some random basis what it shows to user... can anyone advice
