Hi All,
I'm using the Office 365 Create site action which works fine except when the site exists.
The workflow will suspend itself in SharePoint with "ServiceNoResponse" with the latest output as :The Web site address "/sites//site requested]" is already in use.
I would like to add error checking either before or during this action so if the site exists not to perform that action.
1) How can I check if a site exists so this action will not be executed.
I went down the path of Web API such as /_api/web/URL but wasn't very successful, and hoping to have a native action within nintex.
2) Because the workflow suspends during this action I can not terminate the workflow based on an variable output.
Thanks for any suggestion!