hi,
I have a scenario for http request for getting weather information.
I create 2 variables to capture the inrormation, can suggest json parser between create json and make a request module so i can extract the text without json?
hi,
I have a scenario for http request for getting weather information.
I create 2 variables to capture the inrormation, can suggest json parser between create json and make a request module so i can extract the text without json?
Hi @darwinchan
Please ensure that you have enabled Parse response
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation
hi,
I found i enable the parse response.
Now I have tried put the output in google spreadsheet.
I was only able to see the last item inside the temperature collection (from screen Tai Mei Tuk), is there any way I can navigate or drag and drop in the google sheet module to choose which items inside the temperature collection?
Hi @darwinchan
The data is is an array so if you map the values inside the array like this it will only give you the first item . If you want to map all the values into the sheet then you have to iterate through the array.
Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation