Skip to main content
Nintex Community Menu Bar

How to call API and store the data into list

  • August 21, 2020
  • 2 replies
  • 11 views

Forum|alt.badge.img+5

Dear All,

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

Regards,

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 21, 2020
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.


Forum|alt.badge.img+5

Can you please elaborate with the steps