Changing multiple elements in a DB from a list of values

I use the Javascript to Bubble element from the Toolbox plugin.

And I have made it so that the Javascript returns a list like this for example: [value1, value2, value3]

I have a DB which in this example has 3 things in it and I want one of the fields in the 1st thing to get the value of value1, the same field of the 2nd thing to get the value of value2 and the 3rd with the value of value3. (the length of the list and number of things in the database is always the same)

How do I do this?

1 Like

Hi,

You need to save from an array each info as separate data in your table.

I thinks this video will help you

1 Like

Thanks, that works!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.