Skip to main content
September 15, 2022
Question

Save multiple Upload document ID to a field

  • September 15, 2022
  • 9 replies
  • 0 views

Hi,

I'm trying to save multiple upload document ID to an Array Field but it turned out blank in the database.

I checked the variables and they show value but nothing has been saved

I was wondering if you have a solution for this?

Thanks,

9 replies

September 15, 2022

In your DB, what is the datatype of the column? what is your structure? saving multiple rows for multiple documents or saving data into a single row. If single row, you have to use join array function to save.

kend0001Author
September 15, 2022

datatype is integer.

saving data to single row. 

I tried joinArray(ri!ID, ", ") but it shows as blank because they are not text.

gabriele.camilli
September 15, 2022

you should save it to text, as join array creates a string