Forum Discussion
oscarmqz
Advocate II
6 years agoFlow to refresh dataset not working
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....
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.
1 Reply
- oscarmqz
Advocate II
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.