Questions tagged [sharepoint-designer-workflow]
Workflows on SharePoint sites created using SharePoint Designer are called SharePoint Designer Workflows.
109 questions
0votes
1answer
13views
Where is the Manger Name Pulled From ? In SharePoint Designer Workflow, "Lookup manager for an user". action
I have a SharePoint 2016 list with a Person/Group Column and a SharePoint Designer 2010 Workflow running. The function of the workflow is to find the manager of the user name entered under the person/...
0votes
0answers
115views
Sharepoint 2010 Workflows in SP2016 wont start event after following KB article
Since the September update I have had workflows fail with event ID c42q0 I have read the KB article saying to add the blow to web.config I have added it to the correct space however I still get the ...
1vote
2answers
599views
Sharepoint 2010 workflows cannot be run, updated or saved - Unexpected error
Since yesterday, our SharePoint 2010 workflows have stopped running, and I can no longer save or update them. I receive the following message: Errors were found when compiling the workflow. The ...
0votes
0answers
12views
how to start workflow 2010 in SharePoint programmatically
I am running SharePoint Server 2019. I have created a workflow in SharePoint designer based on SharePoint 2010 Workflow. The environment does not have the SharePoint 2013 workflow. I have tried using ...
0votes
0answers
6views
Using SharePoint Secure Service within SharePoint 2013 WOrkflow (on-premise environment)
I have a SharePoint 2019 on-premise environment, with a SharePoint list that users add content to. I want to add a workflow to the list that's triggered each time a new item is added. That workflow ...
0votes
0answers
6views
SharePoint Designer Workflow Advice
In SharePoint, we have a form that employees can submit to HR that is basically an employee recommendation. HR reviews the form, then sends to the employee's supervisor to approve or reject. I'd like ...
0votes
0answers
6views
SharePoint Designer Workflow Issue
We are using SharePoint 2019 on-prem. I created a workflow in SharePoint Designer for an employee feedback list. The workflow is set so that if the admin approval status equals approved, then an ...
0votes
0answers
18views
Any documentation from Microsoft regarding all possible values of WorkflowVersion
One of the task in my SharePoint 2010 style workflow is showing status "In Progress". Even after completing task, it remains at this status and doesn't move to next stage. When I check ...
0votes
0answers
24views
Can't open migrated sp2010 wfs and can't create new workflows on SP 2016 On-premise
Good day! We still have SP 2010 and installed a new SP Server 2016 Farm for migration. In SP Server 2016 we can't create new workflows or edit the migrated SP2010 workflows using Sharepoint Designer ...
0votes
0answers
49views
"HTTP Call" action in SharePoint 2013 Workflows fails when using Bearer tokens with period
I've run into an interesting problem, and curious to know if anyone has experienced the same. We're running SharePoint Server 2019 on-premise. Within SharePoint, we have workflows that call external ...
0votes
1answer
35views
How to copy list item from one site to another site?
I have one task list in my site collection. In that list I will assign tasks to users (5 users are there). Each user have one own site. Whatever tasks I am assigning that they have to see in their own ...
0votes
1answer
249views
Creating a List Approval Workflow that checks for conflicting dates
Apologies if this is not the best forum, but I am new to SharePoint and was looking for advice/solutions for an 'equipment checkout' list with the following columns: "ID" - Number "...
0votes
0answers
56views
SharePoint Designer workflow that updates a field to a value after a submission or edit with an attachment
Is there a way to update a field within SharePoint Designer workflow whenever an attachment is added to a submission or edit? So someone submits a new form or an edit. They add an attachment. They ...
0votes
1answer
90views
Retrieve HasUniqueRoleAssigments value from a List Item in a SharePoint 2013 Designer Workflow
I'm trying to retrieve the value of 'HasUniqueRoleAssignements' from a list item in a SharePoint 2013 Designer workflow. My request url is: [%Workflow Context:Current Site URL%]/_api/lists/getbytitle(...
0votes
1answer
207views
Breakinheritance REST call failing with "Access denied" even in App Step
I am running SharePoint 2019 (on-premise), running a SPD Workflow 2013. The workflow runs as soon as an item is added to a list. The workflow uses the SharePoint REST API to break inheritance and set ...