Can a yes/no be used in a workflow to copy data from list to Announcements web part?

  • 17 August 2016
  • 2 replies
  • 20 views

Badge +1

Client want's to be able to answer Yes to a question in a custom list that will cause three of the fields to populate in another site in an announcements web part.  Is this possible through workflow?

 

Thanks.


2 replies

Userlevel 6
Badge +13

Based on what I think you're getting at, you can use a "Set a Condition" action to evaluate whether your boolean is a yes, if it is then using the "Update Multiple Items" action you can update an item in a different list on a different site with the values that you define.

Once you update the Announcements list this, of course, will be reflected in your announcements web part.

Badge +17

Yes that is possible. You can use a workflow task action to perform that and modify the outcomes to be yes/no.

Place a workflow on the item in the custom list and set it to run when an item is modified. Set the condition or use run if at the beginning to evaluate if the field is yes/no.  If yes, use the create item to generate an item in the announcements list with the correct metadata and it should show up in the webpart once completed. I attached a starter workflow for you.

  1. Use a field in your current list for the yes/no and setup the run if to check that field.
  2. In the create list item, your target list is the announcements list and whatever information you need from the current list item setup appropriately to push into the new list item.
  3. I also added to log to history so you can see the workflow perform without opening it up.

Reply