I keep getting this error on the main page of the flow, however when I go into the flow nothing is wrong. The flow checker doesnt come back with any errors.
I deleted my connection to sql and totally re-created it, didnt help.
Solved! Go to Solution.
Finally figured this out. I forgot to use timestamp in the sql table:
alter table [table name here]
add [Rowversion] [timestamp] NOT NULL
Try saving it as a copy, turn off the original and turn the copy on. That might reset it so it will show you the problem if there is one.
Finally figured this out. I forgot to use timestamp in the sql table:
alter table [table name here]
add [Rowversion] [timestamp] NOT NULL
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
17 |
User | Count |
---|---|
144 | |
50 | |
43 | |
40 | |
31 |