adte
04/08/2023, 3:23 PMadte
04/08/2023, 3:29 PMinsertThing {
INSERT INTO ...;
SELECT last_insert_rowid();
}
and the Flow refresh also doesn't work. So it seems for the auto refresh to work I need to have a function call that inserts and does not return any data. Is that by design? I totally didn't figure it out until now