Multiple selection of API results
Status: Closed · Asked by inochi on · 0 views
Hello, I was wondering if it would be possible to select multiple results of an API call at a time so as to speed up the process.
Let me explain better, with an API call I requested about 50 profile usernames and I would like to put them in a google sheet but I would have to put 50 times the result one by one by hand:

How can I handle this?
Thanks
Hi @inochi,
You can try using the Google Sheets: Add Multiple Rows action event.
I probably didn't explain myself well, but I would like to import all the usernames at once without having to do it manually.
Can multiple values of an api call be selected in bulk?
You can try disabling the Simple Response and then capture the data to see if that gives you usernames in bulk. If this approach doesn't provide usernames in bulk, then you have no alternative but to manually map all the usernames for setup.

Okey it works.
Thanks