Hi,
We have a project requirement where we need to pass an array of images into a grid, each row with a different image.
The grid is already configured, but we can't seem to manage to pass dynamically an array of images into the grid - they are appear repeated across all rows and for each row, we want the image that corresponds to that row position. For row 1, we want image 1, for row 2, image 2...
Current output
Expected output
Currently, we are defining the barcode image column like this:
And the node is configured currently as:
My suspicion is that Appian can't iterate automatically throughout the array and position each image in each row but I'm not really sure how this can be achieved.
Kind regards
Discussion posts and replies are publicly visible
Hi Marta, Is it possible to bind images with each row data. that way you can pass 1 image per row.
Hi Gopalk,
We didn't manage to come up with a solution yet for the images. Do you have any idea how we can achieve it?