Skip to main content

Hi

I have to Site Collections (http://A on web application 1 and http://B on web application 2)

I am trying to create a simple workflow on http://A using "Create item in another site". But I get the following error "Create Site Specific Item Activity Unable to find list to create an item in." when the workflow runs

What am I doing wrong?

Regards Rico

This is cross domain scripting. To do this you'll either need to enable cross domain scripting in the web.config (not recommended) or use CORS. Either way you'll need to use a web service to do this.


Hi Ryan

Thanks for your response

Regards Rico


Reply