Hello,
I'm using SharePoint Designer to create a customer workflow that creates a subsite from a task list. I have this working on 3 other lists in my site collection. For some reason, on this particular list, my ResponseCode is "InternalServerError" and it does NOT
create the site. My Response Content is:
{"error":{"code":"-2130575223, Microsoft.SharePoint.SPException","message":{"lang":"en-US","value":"Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_2c7a21f7_584e_46d2_8b9b_44cc38865cbe' from scope '/spo/b8523793-b582-42ae-98a5-b7ce28a35b18/8571ed36-3bcd-4bb9-9e34-099d167e4f71/01db62c3-a69b-4d3d-8d1b-74eda6ed5491'
was not found. HTTP headers received from the server - ActivityId: 63af53ef-00af-4300-94cb-92f545a8e22e. NodeId: . Scope: . Client ActivityId : e11e3990-dd74-cadc-a3af-c0709f8a470c. ---> System.Net.WebException: The remote server returned an error"}}}
I've spent days researching this and cannot figure out what is wrong. I believe I only have 15 variables so I'm not exceeding the 50 variable max, I've double, triple, quadruple checked my dictionaries and made sure I have the correct type, verified my call
is correct, etc.
Servers are my weak point, I just have a difficult time comprehending information related to servers so if you have any advice, no matter how obvious, I'll take it. I do have Fiddler downloaded and have played around with it, but really have no idea what I'm
looking at. I'm willing to do or try anything, just need to be guided a bit.
Thank you in advance for any help anyone has to offer.