580 questions
0
votes
2
answers
2k
views
Reconfiguring Service Bus and Workflow Manager to use the new certificate
I'm following this article to use a new certificate for service bus and WFM, the problem is when I run any command (like Get-SBFarm) I get the following error:
Certificate requested with thumbprint &...
0
votes
1
answer
98
views
How to eliminate string;# prepended to list field in three-state workflow notification?
I need to include two list values, [Office] and [Position ID] in a three-state workflow Task Title, which only allows selecting one column via dropdown. SharePoint Designer is not an option. Office ...
0
votes
0
answers
862
views
How do I use power automate to update/overwrite existing data on a SharePoint list by toggling a checkbox on a Nintex form?
My form is linked to a sharepoint list. In power automate, a flow has been set up so that when the check box is toggled for the first time, it populates the associated ts fields with the user and the ...
0
votes
1
answer
140
views
SharePoint Site workflow: wait for newly created item update
I'm having a site workflow and I'm creating new list item with status column value as "Pending" in one step and in the next step I want to wait for the same newly created item to update its ...
0
votes
1
answer
151
views
SharePoint 2019 Installation problem in SharePoint Workflow Manager
I am facing issue "Downloaded file failed system verification and may have been tampered with" while installing new Work flow manager. I have tried through Web Platform Installer and also ...
1
vote
1
answer
326
views
Workflow doesn't start because no record is inserted in Workflow Tasks list
In my site I have created a group called My Members and I assigned Contribute permission to it. I deleted all others SharePoint default groups. I have included Everyone in this group.
Workflow Tasks ...
1
vote
0
answers
163
views
Sharepoint workflow assignment email doesn't preserve lookups
I am using Sharepoint workflow 2013 and my issue is with assignment email body in the action "Start a task process".
Whenever I add lookups using "Add or Change Lookup" button, it ...
0
votes
1
answer
28
views
Move document to specific library on command
I am wondering what is the best way to do this: In SP2013, I need to transfer documents from one library to another library (archives) on command (meaning, I can manually chose which documents I want ...
1
vote
1
answer
310
views
While creating a workflow variable(of type String) for a hyperlink field in SPDesigner 2013, the return field is "As Dictionary from JSON"
Scenario :
I have a list of items. This list has columns with text value information(lets say Val1, Val2, Val3,..) and links which will take the user to the other pages. One of these fields is a URL ...
0
votes
2
answers
2k
views
Connecting Workflow Manager with SharePoint 2019 error
Current configuration:
1 SharePoint 2019 farm (single server installation)
3 Workflow Manager Servers
Workflow Manager servers are load balanced
Workflow Manager is set to work only on https
...
0
votes
1
answer
74
views
Can I use default workflows for this?
I have to create a workflow in Sharepoint online shown in the image. Below is the explanation of the workflow
A Sharepoint list form will be defined with required fields.
Step 1:
Whenever a new ...
1
vote
1
answer
352
views
How can we get an alert when Designer workflow is suspended or terminated
I need to create an alert(preferably configured mail) whenever my SharePoint designer workflow(2013) is suspended due to some error.
Thanks in advance.
0
votes
1
answer
188
views
How to create a workflow in 2013 to send multiple email in a month
I want to create a Designer Workflow in 2013 which will trigger the email automatically for 5 times in a month. List is same but the calculation and logic is different for every email. First time, i ...
1
vote
1
answer
3k
views
Filter dates in sharepoint list with REST API
I just created a workflow using Sharepoint Designer 2013 and I getting the error shown in yellow
What do I have to change in the Call HTTP web Service string builder to make it work?
regards, Elio ...
1
vote
1
answer
323
views
How to create reminders and reoccurring tasks in SharePoint Designer 2013?
I was assigned a SharePoint 2016 project in which the requirements are quite custom and since I've never worked on such a project I'm needing a bit of help. I'm currently using the SharePoint Designer ...
0
votes
1
answer
675
views
2013 Workflow - Sending email to multiple users from People Picker in InfoPath form
I have set up a workflow that will email a person or persons in a People Picker field that allows multiple values. However, the Workflow doesn't work and shows this error:
RequestorId: 64fb8be0-4f83-...
1
vote
0
answers
75
views
SharePoint Create List Item Targeting External List
I have been trying for a couple of weeks to get this rolling and am pulling out what little hair I have left. I have a custom list and when an item gets added, I have a workflow set to create an item ...
1
vote
1
answer
292
views
How to edit CRM Workflow xaml without breaking Web UI
I have a workflow that was created using the CRM workflow UI. Somehow the UI allowed me to create a workflow using a custom activity that had the SystemUserRole as an input entity. You cannot use ...
0
votes
1
answer
1k
views
How do I update a field on one SharePoint 2013 list, based on another list
I recently created a holiday approval form and workflow on SharePoint. It works fine, however our HR department are having to update peoples "remaining days" as I cannot work out how to update this ...
0
votes
1
answer
635
views
Is it possible to update an item using list id instead of list title in the SharePoint designer workflow?
I am trying to update an item in a different list if any change event occurs on the source list item. I have different list id for different items on the source list that's the reason I wanted to ...
0
votes
1
answer
220
views
SPD WF - Change From email address and Set priority flag for Email
We are working on a SharePoint Designer Workflow (SPD WF) in SharePoint Online site and have the following requirement. Can you please let us know if the below requirement can be implementable -
Do we ...
0
votes
2
answers
1k
views
Sending email through SharePoint designer 2013 workflow
I'm trying to send an email to a person who submitted a new project request as part of a SharePoint Designer workflow using a project detail page (PDP) in Microsoft Project Server 2016.
Email ...
0
votes
1
answer
408
views
Parsing XML from Custom List Library to Document Library using SharePoint Designer
So the requirement is to scan a document and upload it on SharePoint Online which will serve as their document repository.
The output of the scanned document using OCR is in XML format and will be ...
0
votes
1
answer
162
views
Sharepoint workflow 2013, run when item has been modified by specific person
I have four workflows setup on a custom made SharePoint form.
1 workflow 2013 -> run when item created
2 workflows 2010 -> run when item modified
For the last workflow 2013, I was wondering if ...
0
votes
1
answer
1k
views
SharePoint Online Microsoft.SharePoint.SPQueryThrottledException from workflow
Background: Our SharePoint Task list threshold limit reached, means items are more than 5000. We have created custom view to manage the data view with help of indexed columns.
But there is logic in ...