Export List Values to Google Sheet

I’m trying to export values stored in a list variable to my Google Sheet but I can only see a function for ‘create row’ not ‘create list’. Is this possible? If so, how?

Many thanks!

No worries . . . I’ve figured it out :nerd_face::+1:t2:

Actually, no I haven’t :man_facepalming:t2:

I tried using the ‘for each J in list’ function but I have multiple lists in a row and need the results to be returned in the same row for each Listviewer i.e orders_list1 row 1 → Google row 2 column A, orders_list2 row 1 → Google row 2 Column B etc.

Could you use the

?

No, it works too fast to function appropriately without a wait block. But, you can make a function that Calls itself after each row of data is saved until no data are left to save to the sheet.

Read about recursion. I will post an example next week when I’m back from vacation. :upside_down_face:

Awesome, thanks. I’ll check it out :+1:t2:

I got it working in the end :nerd_face::+1:t2:

2 Likes