Skip to main content

I have a list A on site B.
I need to perform a "workflow" on lita A, site B, using List A information inside Site A
How I do that?

Hi Jose,

you can use the "Web Request" action and send off a GET request via the REST API of SharePoint.

Reference:

Office Dev Center - Docs - Working with lists and list items with REST 

Lists and list items REST API reference 

Cheers

Philipp


If you're trying to get information from the list in the other site collection, here's a good blog post:

Nintex Workflow – Query a List in Another Site


Reply