Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.