Forum Discussion
Multiple SharePoint Workflow task list combination into one querie
- 6 years ago
i ended up going with a refrence table that pulls the source data from that a table and then a function that builds and filters the data
thank you for your help
i thought i would be able to do something like that,
the lists are identical, they are all workflow task lists with the exact same columns
do you know how i would do this?
Hi Brendan_McLaren ,
Check the video below where you have an explanation about how to create and use a function on Query editor.
You need to make a similar process the only thing where your parameters of the function should be inserted in on the web adress of the sharepoint lists. and to use your function you should create a list of URL with all the list address.
Regards,
MFelix
- Brendan_McLaren6 years agoFrequent Visitor
i ended up going with a refrence table that pulls the source data from that a table and then a function that builds and filters the data
thank you for your help