How do I create a list of images?

Hi all,

I’m looking to create a database entry that includes a number of data types, including a list of images. Here are the picture uploaders in the form:

And in the workflow, I’m looking to set these images as the Alt_Images field:

However, there seems to be no way of converting a series of images into a list of images. Ideally there would be a plus, and I could enter something like:

Alt_Images set list '(NLI) Alt img upload 1s value' + '(NLI) Alt img upload 2s value' + ...

Is there any way to create a list of images in the database?

Instead of setting it as a list, you can add one by one:
image

If you want to clear the list, you can do it in the action before adding images.

1 Like