Here’s what I’m trying to do: I have a workflow that adds data to a list in SharePoint Online. I also have a Scheduled Start workflow that is going to run weekly and pull (query) data from the SharePoint list based on certain criteria.
Later in the Scheduled Start workflow is an assigned task. What I’d like to do is have that task form display some of the data (i.e., from selected columns in the list), allow the assignee to make changes to it, and then write those changes back to the list.
I know there is kind of a way to do something like this using XML and stuff, but it requires that a SharePoint Online start event be used. I have no need for such an event and don’t know how I’d use it in this scenario anyway.
I’m open to alternatives to the above. But I’d like it if the task responder could update multiple SharePoint list items with one task.




