Hello,
I'm trying setup Flow using SQL trigger "When an item is created" and it doesn't work. Looks like trigger doesn't collect information about new strings that appears in the database. I can perform a test and it passes succesfully: flow reads information from database but only first string.
Also I have additional Flow using the same database and same gateway with trigger "When an item is modified" and it works without any issues.
How to fix it?
Solved! Go to Solution.
Thank you!
I added IDENTITY column to the table and everything works perfectly now:
ALTER TABLE dbo."table_name"
add ident INT IDENTITY;
The SQL connector has an extensive list of issues and limitations that you may want to review, and you may also wantto review the On-premise gateway troubleshooting documentation.
Outside of that, if you could provide an expanded screenshot of your Flow and steps, and of any detailed error messages you're receiving we could likely better assist you.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Thank you!
I added IDENTITY column to the table and everything works perfectly now:
ALTER TABLE dbo."table_name"
add ident INT IDENTITY;
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
If you are a small business ISV/Reseller, share your thoughts with our research team.
User | Count |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |