Hello, My goal is to capture the data from sql query out put (couple of columns) and display the out put in Sharepoint
I am using the link below to capture the sql query out put to a collection variable using a worflow
How do I display the captured data in Sharepoint list ?
Thank you
@R
If it is a site workflow, use Update Item. If it is a item workflow, use the Set Field Value action. If you query is pulling multiple columns, you may need to do a build string to pull all your variable items together.
This workflow is on a list with a basic form. When user selects a check box1, saves the form then workflow is triggered.
Can you please give me an example as how I can pull all the output (multiple columns)together.