Write variables to database

Hi Make

There are a number of variables. Is it possible to somehow write them each into a separate cell in gSheet or the database, but only mixed up?

Conditionally
Was: a, b, c, d, e
Recorded: d, b, a, e, c

Hi. Try create an json from this string, then parse the json and map the result as you want in a new array to update the GS.

If you need additional support, please don’t hesitate to reach out.

Cheers
//HFBR

2 Likes

Hi @Wemakefuture

Ok, I’m create an json, then parse the json and map the result in a new array.

But how to use this array to write data to a separate cell in a gSheet?

Now parse the json and you will have the values as unique values

If you need additional support, please don’t hesitate to reach out.

Cheers
//HFBR

2 Likes