Hi,
I am fairly new to Nintex Work flow and I am facing some issue while writing a site level Nintex Workflow.
I am having a SharePoint list which is having around 1000 items with pdf attachments and check boxes and other columns, also there is 1 date column which is called Expiry_Date which is used to transfer the item when Expiry_Date = Todays Date.
I want a Nintex wokflow which runs through every item present in SharePoint List every midnight and check whether the items Expiry_Date = Todays Date.
If the Expiry_Date =Todays Date then it should copy the item to the Repository List and send notification and Delete the particular item from the main list.
What I am trying now is as follows:
1. Query List
2. Foreach
3. Copy Item (if Expiry_Date =Todays Date )
4. Send Notification
5. Delete Item(if Expiry_Date =Todays Date )
Please help as I am badly stuck up in the configuration of the conditions.
Any help related to configuration or if any change is required in my approch is much appriciated.
Please let me know what i should do to make my idea working.
Regards
Kartik
Loading
kartik ShrivastavaPosted Feb 26, 2014, 12:40 PM
Please suggest or should i take it as its not possible using Nintex workflow?
Please suggest whether this requirement is possible using nintex workflow or not?
Lakshmanan Sethu SankaranarayanPosted Feb 26, 2014, 11:56 AM
kartik ShrivastavaPosted Feb 26, 2014, 6:26 AM
Also I am struggling to configure it to create an item in a list as it aska item details.
How do i configure "create an item in another site " that if i want copy and delete in 2 lists present in same site.
Regards,
Kartik Shrivastava
Lakshmanan Sethu SankaranarayanPosted Feb 26, 2014, 5:10 AM
kartik ShrivastavaPosted Feb 26, 2014, 4:34 AM
When i write a workflow just to copy from list a to list b its copying.
This workflow is list level workflow and it copies well if expiry date = todays date.
But when i write a site level workflow it does not copy items but it do send notification for all the items but does not copy and delete.
Some problem with the foreach, i dont know what.
List level workflow which i wrote to check copying function is same as the workflow document attached.
Please let me know what i am missing.
Regards,
Kartik
Lakshmanan Sethu SankaranarayanPosted Feb 26, 2014, 3:38 AM
kartik ShrivastavaPosted Feb 26, 2014, 3:30 AM
I have tried again with few workflow but this time query list and foreach is working fine,
but copy and delete item is not working fine.
Please let me know if my logic is right or not.
My requirement:
I have many items in a sharepoint list with pdf attachments and every item is having an expiry date.
I want to write a workflow which should run every midnight and cycles through all items in a list and
if any item expiry date= todays date then that item should be moved to a archive list.
A notification should also be sent with title of that item
My logic of current workflow which is not giving desired output:
1. I am querying list which is working fine.
2. I am using foreach loop to iterate through all items of list
3. I am using copy item using expiry date = current date ( I think something is wrong here as its not copying anything).
4. Afer that i have witten condition to send notification and the notification is coiming for every list item.
This means the foreach loop is going through every list item
5. Delete item have written and its also not working.
Please let me know that if its possible using workflow or not as I am trying from a long time for this issue.
Please let me know if any change in the logic or correction in congiguration of action items is required.
Regards,
Kartik Shrivastava
kartik ShrivastavaPosted Feb 25, 2014, 12:07 AM
What I find is that the workflow is querying list and the foreach loop is not running fine, please let me know aht changes i need to make for each loop to run after querying the list.
[email protected]
kartik ShrivastavaPosted Feb 21, 2014, 1:22 AM
I have written a workflow and attached screen shot document
The workflow which i have written is ending unexpectedly when it reaches for each loop and i dont know what the problem is may be some mistake with the variables.
I also need to send an email alonf with name of the item and transfered location.
I have to check for each item expiry date using foreach loop and i am confused how to do that.
Please help as I am totally confused now.
Regards,
Kartik
Lakshmanan Sethu SankaranarayanPosted Feb 19, 2014, 12:47 PM