My local variable is showing 1 item, but it should show 6 items. That is referring to only one value from the referenced table.The dropdown using this local variable shows only 1 item in it. I need to make it show 6 items.
I have used the referenced table({}) this function also.
Discussion posts and replies are publicly visible
Can you expand both variables to see what they contain?
My guess that you have a list of 1 item that contains 6 items. You would need to grab the first item of the list or just use a!flatten to fix the issue.
Thank you Mathieu, I tried removing the local variables and added it again, this time when declaring the value itself I used the {} array inside the parameter of the referred table in rule!. That worked.
I'll try a!flatten also. Thanks.
You said you removed and added that local variable again. Can you share the code that you use to declare that and how you load data from that reference table into it?
Hey I'm facing the same problem , but I am unable to figure out how to remove the local variables after saving changes.
,
Are you working in design mode? Did you try to switch to expression mode?