I have a site workflow that "publishes" list items in another site weekly (using the 'create an item in another site' action) so a different audience can view the list. The list i'm publishing from has a useful field called "planned date", and this field remains blank until a certain point in a separate process. I'd like the new items i'm creating to contain the items regardless of whether they have "planned date" filled in or not, however the workflow errors if this field is blank.
Thanks
Solved! Go to Solution.
Hi Tom
Try creating a text variable and setting this to the Planned Date. This will be set to 01/01/0001 00:00:00 if the Planned Date is empty. Set a condition congifured as below:
In the no branch of the condition, run your create item in another site action and include updating the Planned Date set to the current item Planned Date value.
In the yes branch of the condition, run your create item in another site action without updating the Planned Date.
Something like this:
Let me know if this works
Regards
Paul
Yes this worked perfectly thanks! Sorry it took a while to try it out, I have very limited development time....