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?
Hey,
This should function correctly as I have successfully tested the same approach.
Please press the test button once more after finishing the entire code; there may be a refresh issue.
correct after hitting button it worked..thanks much
I agree. Could it be that in the initial post, the developer first created the local variable with a single row and added more without hitting the "TEST" button to re-initialize the local variables?
If you add data without re-initializing the local variables by hitting the "TEST" button, it could lead to unexpected behavior due to the variable state not being properly reset.