Forum Discussion

oscarmqz's avatar
oscarmqz
Icon for Advocate II rankAdvocate II
6 years ago
Solved

Flow 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...

 

 
IDSourceLast_Version_TS
1BACKLOG2019-11-04 23:42:14.000
2SNI2019-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

  • 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.