Can someone tell me where I am doing wrong. Just trying to show hardcoded array in grid.
Discussion posts and replies are publicly visible
Try using a!map instead of a dictionary. And if you want to specifically use a dictionary only, then a!flatten() should solve the problem.
a!flatten() didn't help, but a!map solved my problem.. thanks!
Great. Maps are just more specific with the data types and structure. Now that is has worked, can you please verify the answer to close the thread?