How to call API and store the data into list

  • 21 August 2020
  • 2 replies
  • 2 views

Badge +5

Dear All,

I want to call API (weather API from outside our company network) and store that information in list.

Regards,


2 replies

Userlevel 6
Badge +22
Hi.
You would use the web request action to do that.
The returned value gets stored into a variable and then you update a SharePoint list with that variable. You may need to use a Query XML action on the variable to pull out the information that you need prior to updating the column in SharePoint.

Badge +5

Can you please elaborate with the steps

Reply