Hi,
I have a local variable with multiple values. I used foreach loop to iterate a grid. I got multiple grids based on the number of values in the local variable. I have another variable containing users. The user name should be displayed at the top of each grid.
Example if there are 4 grids I need to display 4 names . Each name above each grid. I want to know how to merge these two values to display each user names at the top of each grid.
local!user:ri!selectedLeaderIds (contains Users)
Discussion posts and replies are publicly visible
On top of gridField have you tried using local!userNames[fv!Index] to display name?