Creating a flow outside of my app because we do not yet have a premium license with Microsoft.
I need to take, on a trigger Flow, send data to sql server from my sharepoint list.
I have a sharepoint list, but dont need to send all the data every night just a filter of the data.
I cant find a template specifically on how to do that ?
or get me started in the right direction.
David
Solved! Go to Solution.
I created a SP List to match your requirements with a choice field Active / Closed
Create a flow with a Trigger when an item is created or Modified
Add condition and choose Status Value
Do your Action to SQL in this Branch
i tested it and it worked well
If this helps please mark my Reply as a solution.
Hi @DAVIDPOWELL
You will need to create a recurrent action as the trigger of your flow and schedule it to a specific time of the day. Then using sharepoint List Records action with the filter you like and add it to the Filter expression of your List Records action, Then you will need apply to all action to loop through your records and add them to ur sql db.
hi @DAVIDPOWELL you can follow this example
But take care about premium accounts, you need to pay for an adicional flow licence the cost is about 15$ dolars month
Proud to be a Flownaut!
For the Filter Query part. ???
I need to Filter where:
Status = "Closed" and that would be my only filter in moving the Data.
How does that look in that section of the piece ? or how do i type it in specifically ?
Dave
I created a SP List to match your requirements with a choice field Active / Closed
Create a flow with a Trigger when an item is created or Modified
Add condition and choose Status Value
Do your Action to SQL in this Branch
i tested it and it worked well
If this helps please mark my Reply as a solution.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
92 | |
58 | |
42 | |
40 | |
38 |
User | Count |
---|---|
84 | |
71 | |
57 | |
56 | |
42 |