The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi I'm trying to set up a refresh using flows when a value changes in SQL but it is not working... here's my scenario
I have a SQL table like this...
ID | Source | Last_Version_TS |
1 | BACKLOG | 2019-11-04 23:42:14.000 |
2 | SNI | 2019-11-04 22:04:49.000 |
I'm setting it up for SNI like this
I've updated the value in the table but nothing happens... am I missing something? The connections show online but I see no runs at all....
Solved! Go to Solution.
Just got it fixed. Turns out that I had to have a timestamp column in my SQL table, that's the one triggering the flow.
Just got it fixed. Turns out that I had to have a timestamp column in my SQL table, that's the one triggering the flow.